Skip to content

Commit

Permalink
WIP: migrate to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
lionralfs committed Oct 31, 2023
1 parent 9c4151e commit 26e99bd
Show file tree
Hide file tree
Showing 15 changed files with 2,068 additions and 493 deletions.
1,644 changes: 1,616 additions & 28 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/lionralfs/discogs-client.git"
},
"scripts": {
"test": "ava",
"test": "vitest",
"coverage": "c8 --reporter html ava",
"prettier": "prettier --check **/**.{js,md,json}",
"lint": "eslint ./lib/**/*.ts",
Expand Down Expand Up @@ -51,7 +51,8 @@
"msw": "^1.2.2",
"np": "^8.0.2",
"prettier": "^3.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.2",
"vitest": "^0.34.6"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit 26e99bd

Please sign in to comment.