Skip to content

Commit

Permalink
ci: replace jest with node test runner fp-61 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored Dec 6, 2023
1 parent 53624a4 commit 3f41552
Show file tree
Hide file tree
Showing 6 changed files with 2,163 additions and 5,199 deletions.
7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const overridesConfigs = [
'prettier.config.js',
'lint-staged.config.js',
'eslint.config.js',
'jest.config.js',
],
rules: {
'import/no-default-export': ['off'],
Expand All @@ -166,6 +165,12 @@ const overridesConfigs = [
quotes: ['off'],
},
},
{
files: ['tests/**/*.test.js'],
rules: {
'perfectionist/sort-imports': ['off'],
},
},
];

/** @type {import('eslint').Linter.FlatConfig[]} */
Expand Down
7 changes: 0 additions & 7 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 3f41552

Please sign in to comment.