Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 26, 2024
1 parent ba2f92b commit 11834bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"lint": "eslint --ext .js,.ts,.svelte --max-warnings 0 .",
"lint:fix": "pnpm lint --fix",
"format": "prettier --write .",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"test:coverage": "node --experimental-vm-modules ./node_modules/.bin/jest --coverage",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"test:dts": "tsc --noEmit --isolatedModules dist/index.d.ts",
"sync-pkg-version": "node scripts/syncVersion.js && pnpm format",
"build-all": "pnpm package && pnpm -r build",
Expand Down

0 comments on commit 11834bc

Please sign in to comment.