Skip to content

Commit

Permalink
Vitest > Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed May 16, 2024
1 parent a0637dc commit c667ee9
Show file tree
Hide file tree
Showing 6 changed files with 813 additions and 1,556 deletions.
6 changes: 0 additions & 6 deletions jest.config.js

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.9",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^4.9.3"
"@vitest/coverage-v8": "^1.6.0",
"typescript": "^4.9.3",
"vitest": "^1.6.0"
},
"scripts": {
"test": "jest",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"build": "npm run babel && npm run tsc && npm run pack",
"babel": "babel src -d dist --copy-files",
"tsc": "npx tsc",
Expand Down
Loading

0 comments on commit c667ee9

Please sign in to comment.