Skip to content

Commit

Permalink
Revert "test: remove files from override"
Browse files Browse the repository at this point in the history
This reverts commit 4cd0549.
  • Loading branch information
talkor committed May 5, 2024
1 parent 8283de3 commit efac1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const commonExtends = ["plugin:react/recommended", "plugin:react-hooks/recommend
module.exports = {
overrides: [
{
files: ["jest.init.js"],
files: ["*.test.js", "jest.init.js"],
env: {
jest: true,
"jest/globals": true
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-blocks/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const commonExtends = ['plugin:react/recommended', 'plugin:prettier/recommended'
module.exports = {
overrides: [
{
files: ['jest.init.js'],
files: ['*.test.js', 'jest.init.js'],
env: {
jest: true,
'jest/globals': true,
Expand Down

0 comments on commit efac1e8

Please sign in to comment.