mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 09:11:32 +00:00
Migrate jest to vitest
This commit is contained in:
parent
9a1e626831
commit
6818e25de3
9 changed files with 713 additions and 1984 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"plugins": ["jest", "@typescript-eslint"],
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"extends": ["plugin:github/internal"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
|
@ -47,7 +47,6 @@
|
|||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"es6": true,
|
||||
"jest/globals": true
|
||||
"es6": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue