Skip to content

Commit 2412c29

Browse files
authored
test: migrate from jest to vitest 3.1.4 (#261)
1 parent 618bd21 commit 2412c29

File tree

5 files changed

+2644
-4256
lines changed

5 files changed

+2644
-4256
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To add a new rule:
3232
* Run `eslint-doc-generator` to generate automated documentation sections (see [Document generation](#document-generation) below)
3333
* Review documentation changes
3434
* Run `npm run lint`
35-
* Run `npm test` to run [Jest](https://jestjs.io/) (or run `npm start` to run [Jest](https://jestjs.io/) in [watchAll](https://jestjs.io/docs/cli#--watchall) mode where it remains active and reruns when source changes are made)
35+
* Run `npm test` to run [Vitest](https://vitest.dev/)
3636
* Make sure all tests are passing
3737
* Add the rule to [flat.js](https://github.com/cypress-io/eslint-plugin-cypress/blob/master/lib/flat.js)
3838
* Create a git commit with a commit message similar to: `feat: add rule <description>` (see [commit message conventions](https://github.com/semantic-release/semantic-release#commit-message-format))

jest.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)