Skip to content

Commit

Permalink
Switch to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Sep 4, 2023
1 parent e4696e5 commit 34c9e23
Show file tree
Hide file tree
Showing 11 changed files with 2,677 additions and 5,479 deletions.
14 changes: 0 additions & 14 deletions jest.config.js

This file was deleted.

7,714 changes: 2,459 additions & 5,255 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,33 @@
"shell-quote": "^1.8.1"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^16.18.48",
"@types/semver": "^7.5.1",
"@types/shell-quote": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.3",
"dprint": "^0.40.2",
"esbuild": "^0.19.2",
"eslint": "^8.48.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-serializer-path": "^0.1.15",
"klona": "^2.0.6",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "~5.2.2"
"typescript": "~5.2.2",
"vitest": "^0.34.3"
},
"scripts": {
"postinstall": "husky install",
"build": "esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --target=node16",
"update:all": "npx npm-check-updates -u && npm install",
"update:all:transitive": "npx npm-check-updates -u && rimraf package-lock.json node_modules && npm install",
"test": "jest",
"test:coverage": "jest --coverage"
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"release-it": {
"git": {
Expand Down
Loading

0 comments on commit 34c9e23

Please sign in to comment.