Skip to content

Commit

Permalink
test(*): migrate to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3-l committed Aug 4, 2024
1 parent 802bcac commit 96e4866
Show file tree
Hide file tree
Showing 27 changed files with 1,190 additions and 2,404 deletions.
27 changes: 0 additions & 27 deletions jest.config.ts

This file was deleted.

21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
"build": "rimraf dist && tsc -b src && gen-esm-wrapper dist/index.js dist/index.mjs",
"build:benchmarks": "tsc -b benchmarks",
"build:docs": "rimraf docs/references && typedoc --plugin typedoc-plugin-markdown",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --no-stack-trace --verbose",
"test": "vitest",
"style": "prettier --write src/**/*.ts test/**/*.ts",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
Expand Down Expand Up @@ -62,30 +60,27 @@
"author": "Joe L. <https://github.com/jo3-l>",
"license": "MIT",
"devDependencies": {
"@fast-check/jest": "^2.0.1",
"@jest/types": "^29.5.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/coverage-istanbul": "^2.0.5",
"conventional-github-releaser": "^3.1.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-circus": "^29.5.0",
"prettier": "^2.8.8",
"rimraf": "^6.0.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vitest": "^2.0.5"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.6.0",
"dependencies": {
"@fast-check/vitest": "^0.1.2"
}
}
Loading

0 comments on commit 96e4866

Please sign in to comment.