diff --git a/base.json b/base.json index e00c896..ce236d9 100644 --- a/base.json +++ b/base.json @@ -450,7 +450,7 @@ "devDependencies": [ "**/test/**", "**/tests/**", - "**/spec/**", + "**/testUtils/**", "**/__tests__/**", "**/__mocks__/**", "**/*.test.*", @@ -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,