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

Commit

Permalink
Migrate tests to Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Oct 30, 2023
1 parent 0c0532f commit dce7054
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 1,140 deletions.
5 changes: 0 additions & 5 deletions ava.config.js

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prepublishOnly": "pnpm run build",
"format": "prettier --ignore-path .gitignore --write '**/*.+(js|json|md|ts|tsx)'",
"build": "tsc -p . --outDir lib/",
"test": "ava"
"test": "vitest run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,13 +44,10 @@
"@types/crypto-js": "^4.1.3",
"@types/json-stringify-safe": "^5.0.2",
"@types/node": "^18.15.8",
"@types/sinon": "^10.0.13",
"ava": "^5.2.0",
"prettier": "^2.8.7",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sinon": "^15.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
"typescript": "^5.0.2",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit dce7054

Please sign in to comment.