Skip to content

Commit

Permalink
test: Switching from jest to vitest for better performance and ergono…
Browse files Browse the repository at this point in the history
…mics
  • Loading branch information
robdmoore committed Mar 23, 2024
1 parent 73cb6f8 commit b335fde
Show file tree
Hide file tree
Showing 21 changed files with 2,398 additions and 3,969 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"esbenp.prettier-vscode",
"mikestead.dotenv",
"EditorConfig.EditorConfig",
"Orta.vscode-jest",
"vitest.explorer",
"dbaeumer.vscode-eslint"
]
}
11 changes: 3 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"jest.jestCommandLine": "npm run test --",
"jest.runMode": {
"runAllTestsOnStartup": false,
"showInlineError": true,
"type": "on-demand"
},
"jest.outputConfig": { "revealWithFocus": "none" },
"testing.openTesting": "neverOpen",
"jest.enable": false,
"vitest.enable": true,
"vitest.commandLine": "npm run test --",
"files.associations": {
".github/**/*.yml": "github-actions-workflow"
},
Expand Down
22 changes: 0 additions & 22 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit b335fde

Please sign in to comment.