Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit dce7054

Browse files
committed
Migrate tests to Vitest
1 parent 0c0532f commit dce7054

File tree

6 files changed

+602
-1140
lines changed

6 files changed

+602
-1140
lines changed

ava.config.js

-5
This file was deleted.

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepublishOnly": "pnpm run build",
1010
"format": "prettier --ignore-path .gitignore --write '**/*.+(js|json|md|ts|tsx)'",
1111
"build": "tsc -p . --outDir lib/",
12-
"test": "ava"
12+
"test": "vitest run"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -44,13 +44,10 @@
4444
"@types/crypto-js": "^4.1.3",
4545
"@types/json-stringify-safe": "^5.0.2",
4646
"@types/node": "^18.15.8",
47-
"@types/sinon": "^10.0.13",
48-
"ava": "^5.2.0",
4947
"prettier": "^2.8.7",
5048
"redux": "^4.2.1",
5149
"redux-persist": "^6.0.0",
52-
"sinon": "^15.0.2",
53-
"ts-node": "^10.9.1",
54-
"typescript": "^5.0.2"
50+
"typescript": "^5.0.2",
51+
"vitest": "^0.34.6"
5552
}
5653
}

0 commit comments

Comments
 (0)