Skip to content

Commit 4aad394

Browse files
committed
test: use node test runner in script
1 parent 595e499 commit 4aad394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generate:tests": "tsx scripts/generateNewClientTests",
4040
"lint": "biome lint --write",
4141
"release": "tsx scripts/testUpdatedIdentifiers && yarn build && changeset publish",
42-
"test": "vitest"
42+
"test": "node --import tsx --test src/**/*.spec.ts"
4343
},
4444
"dependencies": {
4545
"jscodeshift": "17.1.1"

0 commit comments

Comments
 (0)