Skip to content

Commit

Permalink
refactor: switch to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 20, 2023
1 parent c806163 commit 8ab29f6
Show file tree
Hide file tree
Showing 4 changed files with 777 additions and 2,070 deletions.
9 changes: 0 additions & 9 deletions jest.config.js

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"repository": "https://github.com/egoist/rollup-plugin-esbuild",
"scripts": {
"test": "jest",
"test": "vitest",
"example:rollup-node-resolve": "rollup --bundleConfigAsCjs -c example/rollup.config.js",
"example:esbuild-optimize-deps": "OPTIMIZE=true rollup --bundleConfigAsCjs -c example/rollup.config.js",
"build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts-resolve",
Expand All @@ -26,20 +26,18 @@
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.1.2",
"@types/node": "16.11.66",
"esbuild": "^0.15.11",
"istextorbinary": "^6.0.0",
"jest": "^29.2.0",
"lodash": "^4.17.21",
"prettier": "^2.7.1",
"react": "^18.2.0",
"rollup": "^3.2.2",
"three": "^0.145.0",
"ts-essentials": "^9.3.0",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"vitest": "^0.34.4",
"vue": "^3.2.41"
},
"dependencies": {
Expand Down

0 comments on commit 8ab29f6

Please sign in to comment.