Skip to content

Commit

Permalink
chore: remove jest from dev dependencies
Browse files Browse the repository at this point in the history
Split up #17.

We added `vitest` as test runner. Now we can safely remove `jest` with
consequence removing jest related feature from eslint.
  • Loading branch information
rellafella authored and zackad committed Apr 26, 2024
1 parent 11a8590 commit a48aac0
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2,029 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ extends:
- eslint:recommended
- plugin:prettier/recommended
- plugin:prettier-doc/recommended
- plugin:jest/recommended
plugins:
- import
root: true
env:
es6: true
node: true
jest: true
parserOptions:
ecmaVersion: 2017
sourceType: module
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Remove npm script to publish
- Integrate devenv into nix flakes
- Move `switch-plugin` from `tests` directory into `src/plugins`
- Replace `jest` with `vitest` as test runner

---
## v0.6.0 (2024-03-27)
Expand Down
8 changes: 0 additions & 8 deletions jest.eslint.config.js

This file was deleted.

13 changes: 0 additions & 13 deletions jest.test.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier-doc": "^1.1.0",
"jest": "^30.0.0-alpha.3",
"jest-runner-eslint": "^2.1.2",
"vitest": "^1.5.0"
},
"jest": {
"projects": [
"<rootDir>/jest.*.config.js"
]
}
}
Loading

0 comments on commit a48aac0

Please sign in to comment.