Skip to content

Commit

Permalink
chore: migrate to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 16, 2022
1 parent 566b91c commit b7a46db
Show file tree
Hide file tree
Showing 13 changed files with 401 additions and 1,230 deletions.
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,15 @@
"release": "npx bumpp --commit --push --tag",
"lint": "eslint \"**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"test": "c8 ava"
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.7.0",
"@types/ini": "^1.3.30",
"@types/node": "^16.7.10",
"@types/prompts": "^2.4.0",
"@types/which": "^2.0.1",
"ava": "^3.15.0",
"c8": "^7.8.0",
"esbuild-register": "^3.0.0",
"eslint": "^7.32.0",
"esm": "^3.2.25",
"esno": "^0.9.1",
"execa": "^5.1.1",
"find-up": "^5.0.0",
Expand All @@ -62,18 +58,10 @@
"terminal-link": "^3.0.0",
"tsup": "^4.14.0",
"typescript": "^4.4.2",
"vitest": "^0.3.5",
"which": "^2.0.2"
},
"eslintConfig": {
"extends": "@antfu/eslint-config-ts"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"esm",
"esbuild-register"
]
}
}
Loading

0 comments on commit b7a46db

Please sign in to comment.