Skip to content

Commit

Permalink
test: replace jest with vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx committed Jan 9, 2024
1 parent 4ca4187 commit 4b7696d
Show file tree
Hide file tree
Showing 9 changed files with 741 additions and 1,417 deletions.
1 change: 0 additions & 1 deletion beachball.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'.*ignore',
'prettier.config.cjs',
'.eslintrc.cjs',
'jest.*.js',
'.pnpm-store/**',
'.vscode/**',
'pnpm-lock.yaml',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "test: replace jest with vitest",
"packageName": "@rightcapital/phpdoc-parser",
"email": "[email protected]",
"dependentChangeType": "none"
}
194 changes: 0 additions & 194 deletions jest.config.ts

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,15 @@
"@rightcapital/eslint-config-javascript": "16.0.1",
"@rightcapital/eslint-config-typescript": "16.0.1",
"@rightcapital/prettier-config": "6.0.8",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"babel-jest": "29.7.0",
"beachball": "2.39.0",
"commitizen": "4.3.0",
"eslint": "8.56.0",
"husky": "8.0.3",
"inquirer": "9.2.12",
"jest": "29.7.0",
"prettier": "3.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.3.3",
"vitest": "1.1.3"
},
"dependencies": {
"@types/node": "20.10.7",
Expand All @@ -64,7 +61,7 @@
"prepare": "husky install",
"eslint": "eslint --report-unused-disable-directives 'src/**/*.ts*'",
"eslint:fix": "eslint --report-unused-disable-directives --fix 'src/**/*.ts*'",
"test": "jest"
"test": "vitest"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 4b7696d

Please sign in to comment.