Skip to content

Commit

Permalink
chore: transition tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 5, 2022
1 parent b023c90 commit 8900438
Show file tree
Hide file tree
Showing 37 changed files with 438 additions and 1,798 deletions.
19 changes: 0 additions & 19 deletions jest.config.ts

This file was deleted.

14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "pnpm clean && pnpm build:cjs && pnpm build:esm",
"build:cjs": "ts-node scripts/build-cjs",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest",
"test": "vitest",
"clean": "rm -rf dist-cjs dist-esm node_modules/.cache",
"release:pr": "dripip pr",
"release:canary": "dripip preview",
Expand All @@ -48,14 +48,11 @@
"zod": "^3.17.3"
},
"devDependencies": {
"@jest/types": "29.0.2",
"@prisma-labs/prettier-config": "0.1.0",
"@swc/core": "1.2.247",
"@swc/helpers": "0.4.11",
"@swc/jest": "0.2.22",
"@tsconfig/node16": "1.0.3",
"@tsconfig/recommended": "1.0.1",
"@types/jest": "29.0.0",
"@types/lodash.ismatch": "4.4.7",
"@types/node": "17.0.39",
"@types/semver": "7.3.12",
Expand All @@ -74,18 +71,13 @@
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
"fs-jetpack": "^4.3.1",
"jest": "29.0.2",
"jest-watch-select-projects": "2.0.0",
"jest-watch-suspend": "1.1.2",
"jest-watch-typeahead": "2.1.1",
"konn": "0.7.0",
"markdown-toc": "1.2.0",
"prettier": "2.7.1",
"semver": "7.3.7",
"semver-utils": "1.1.4",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tsd": "0.23.0",
"typescript": "4.8.2"
"typescript": "4.8.2",
"vitest": "^0.23.1"
}
}
Loading

0 comments on commit 8900438

Please sign in to comment.