Skip to content

Commit

Permalink
Permit dev dep imports in config/test files (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored Mar 23, 2023
1 parent 26acb4c commit bce5698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ module.exports = {
'sandbox/**',
'spec/**',
'**/__integration__/**',
'**/__integration_tests___/**',
'**/__tests__/**',
'**/__mocks__/**',
'test.{js,jsx,ts,tsx}',
'test-*.{js,jsx,ts,tsx}',
'**/*{.,_}{test,spec}.{js,jsx,ts,tsx}',
'**/jest{.,-,_}*.{js,jsx,ts,tsx}',
'**/rollup.config.js',
'**/webpack.config.js',
'**/webpack.config.*.js',
'**/*.config.{js,jsx,ts,tsx}',
'**/*.config.*.{js,jsx,ts,tsx}',
],
optionalDependencies: false,
},
Expand Down

0 comments on commit bce5698

Please sign in to comment.