Skip to content

Commit

Permalink
chore: configure vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 19, 2024
1 parent 51d5002 commit 517a387
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 4 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"release:rc": "pnpm build && lerna publish --force-publish --dist-tag=dev-preview --preid=rc --exact",
"release:tag": "RELEASE_TAG=\"${RELEASE_TAG:-canary}\"; pnpm build && lerna publish --canary --force-publish --no-git-tag-version --dist-tag=$RELEASE_TAG --preid=$RELEASE_TAG --exact",
"start": "run-s dev",
"test": "jest --forceExit",
"test": "run-p test:jest test:vitest",
"test:jest": "jest --forceExit",
"test:vitest": "vitest --run",
"test:e2e": "playwright test",
"test:exports": "turbo run test --filter=@repo/test-exports",
"tsdoc:dev": "sanity-tsdoc dev",
Expand Down Expand Up @@ -169,6 +171,7 @@
"typescript": "5.6.2",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.1",
"yargs": "^17.3.0"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 517a387

Please sign in to comment.