Skip to content

Commit

Permalink
mocha to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 6, 2024
1 parent a846577 commit f8b98ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config-ali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint ./",
"test": "mocha ./test/*.test.js --timeout 5000",
"test": "rive test",
"print-config": "eslint --print-config ./index.js > ./print-config.json",
"prepublishOnly": "npm run test"
},
Expand All @@ -69,7 +69,6 @@
"@types/node": "^20.11.16",
"eslint": "^8.56.0",
"eslint-plugin-jsx-plus": "^0.1.0",
"mocha": "^8.4.0",
"typescript": "^4.9.5"
}
}

0 comments on commit f8b98ac

Please sign in to comment.