Skip to content

Commit

Permalink
jest to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 6, 2024
1 parent fd74c68 commit 94fad72
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/eslint-plugin-ali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.1",
"description": "custom eslint rules for Alibaba",
"scripts": {
"test": "jest",
"test": "rive test",
"prepublishOnly": "npm run test"
},
"files": [
Expand All @@ -27,9 +27,14 @@
"author": {
"name": "lakerswgq",
"email": "lakerswgq@gmail.com"

},
"contributors": [
{
"name": "Guo Yunhe",
"email": "i@guoyunhe.me",
"url": "https://guoyunhe.me/"
},
{
"name": "Sabo",
"email": "bowei.jbw@gmail.com"
Expand All @@ -41,7 +46,6 @@
"require-all": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"jest": "^26.6.3"
"eslint": "^8.7.0"
}
}

0 comments on commit 94fad72

Please sign in to comment.