Skip to content

Commit

Permalink
Merge pull request #137 from xicri/test-vitest
Browse files Browse the repository at this point in the history
Fix CI errors
  • Loading branch information
xicri authored Jan 11, 2024
2 parents e61ec48 + 38448b7 commit d00dc78
Show file tree
Hide file tree
Showing 6 changed files with 8,981 additions and 9,883 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ module.exports = {
},

overrides: [
{
files: [ "*.test.ts" ],
extends: "xicri/jest",
rules: {
"jest/expect-expect": [ "error", {
assertFunctionNames: [ "expect", "ok" ],
}],
"jest/no-conditional-expect": "off",
},
},
{
files: [ "*.test.ts", "*.pwtest.ts" ],
rules: {
Expand Down
15 changes: 0 additions & 15 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit d00dc78

Please sign in to comment.