Skip to content

Commit

Permalink
configure Vitest extension in VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Dec 27, 2023
1 parent 973e526 commit faef737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"vitest.enable": true,
"vitest.commandLine": "pnpm test:vitest"
}

0 comments on commit faef737

Please sign in to comment.