Skip to content

Commit 535af2c

Browse files
committed
feat: migrate to vitest
1 parent 110b5d3 commit 535af2c

4 files changed

Lines changed: 901 additions & 1164 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "oxlint",
8-
"test:run": "nyc --reporter=lcov --reporter=text mocha test/**",
8+
"test:run": "vitest run --coverage",
99
"docs": "node scripts/docs.js",
1010
"test": "pnpm lint && pnpm docs && pnpm test:run"
1111
},
@@ -24,15 +24,15 @@
2424
},
2525
"homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs",
2626
"devDependencies": {
27+
"@vitest/coverage-v8": "^4.0.8",
2728
"chai": "5.2.1",
2829
"chai-spies": "1.1.0",
2930
"eslint": "^9.39.1",
3031
"espree": "10.4.0",
3132
"lodash": "4.17.21",
32-
"mocha": "11.7.1",
33-
"nyc": "17.1.0",
3433
"oxlint": "^1.28.0",
35-
"parse-comments": "0.4.3"
34+
"parse-comments": "0.4.3",
35+
"vitest": "^4.0.8"
3636
},
3737
"peerDependencies": {
3838
"eslint": "^9.32.0"

0 commit comments

Comments
 (0)