Skip to content

Commit

Permalink
fixup! test(migrate): migrate tests in @sanity/migrate to use vitest …
Browse files Browse the repository at this point in the history
…instead of jest
  • Loading branch information
bjoerge committed Mar 11, 2024
1 parent 4dfd983 commit 6e7b6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"clean": "rimraf lib coverage",
"lint": "eslint .",
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json",
"test": "jest"
"test": "vitest"
},
"dependencies": {
"@bjoerge/mutiny": "^0.5.1",
Expand All @@ -74,10 +74,10 @@
"p-map": "^7.0.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/arrify": "^2.0.1",
"@types/debug": "^4.1.12",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"vitest": "^1.3.1"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 6e7b6b8

Please sign in to comment.