Skip to content

Commit

Permalink
test: Migrate to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 24, 2024
1 parent fb24757 commit 924ed0d
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 1,649 deletions.
14 changes: 0 additions & 14 deletions jest.config.js

This file was deleted.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "jest",
"test:watch": "jest --watch --no-verbose",
"test": "vitest",
"test:watch": "vitest --reporter=dot",
"ts": "tsc --noEmit"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@mskelton/eslint-config": "^8.4.0",
"@mskelton/semantic-release-config": "^1.0.1",
"@types/eslint": "^8.44.3",
Expand All @@ -50,13 +49,12 @@
"dedent": "^1.5.1",
"eslint": "^8.50.0",
"eslint-plugin-sort": "^2.10.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^1.3.0",
"semantic-release": "^23.0.2",
"ts-jest": "^29.1.1",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vitest": "^1.3.1"
},
"peerDependencies": {
"eslint": ">=8.40.0",
Expand Down
Loading

0 comments on commit 924ed0d

Please sign in to comment.