Skip to content

Commit

Permalink
fix(no-extraneous-dependencies): Allow jest import in testUtils s…
Browse files Browse the repository at this point in the history
…ubdirectories
  • Loading branch information
gnarea committed Dec 12, 2022
1 parent e82d548 commit d805c8b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
"devDependencies": [
"**/test/**",
"**/tests/**",
"**/spec/**",
"**/testUtils/**",
"**/__tests__/**",
"**/__mocks__/**",
"**/*.test.*",
Expand All @@ -459,21 +459,6 @@
"**/*.e2e-spec.*",
"**/jest.config.{js,ts}",
"**/jest.setup.{js,ts}",
"**/setupTests.{js,ts}",
"**/cypress.config.{js,ts}",
"**/vue.config.{js,ts}",
"**/nuxt.config.{js,ts}",
"**/webpack.config.{js,ts}",
"**/webpack.config.*.{js,ts}",
"**/rollup.config.{js,ts}",
"**/rollup.config.*.{js,ts}",
"**/vite.config.{js,ts}",
"**/gulpfile.{js,ts}",
"**/gulpfile.*.{js,ts}",
"**/Gruntfile{,.js,.ts}",
"**/protractor.conf.{js,ts}",
"**/protractor.conf.*.{js,ts}",
"**/karma.conf.{js,ts}",
"**/.eslintrc.{js,cjs,ts}"
],
"optionalDependencies": false,
Expand Down

0 comments on commit d805c8b

Please sign in to comment.