Skip to content

Commit

Permalink
fix(testing): use local packages when testing in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Nov 6, 2024
1 parent acb01c3 commit cb0cf48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"-o",
"log_cli=1",
"--timeout=30",
"--verbose"
"--verbose",
"--import-mode=prepend",
],
}

0 comments on commit cb0cf48

Please sign in to comment.