diff --git a/jest.config.js b/jest.config.js index 5095d6e5e2a5..08ea182c3e62 100644 --- a/jest.config.js +++ b/jest.config.js @@ -18,6 +18,7 @@ module.exports = { 'app/**/*.{js,jsx}', 'lib/**/*.{js,jsx}', 'addons/**/*.{js,jsx}', + '!**/cli/test/**', '!**/generators/**', ], coverageDirectory: 'coverage', diff --git a/lib/cli/test/fixtures/sfc_vue/.postcssrc.js b/lib/cli/test/fixtures/sfc_vue/.postcssrc.js deleted file mode 100644 index 09948d63e91b..000000000000 --- a/lib/cli/test/fixtures/sfc_vue/.postcssrc.js +++ /dev/null @@ -1,8 +0,0 @@ -// https://github.com/michael-ciniawsky/postcss-load-config - -module.exports = { - "plugins": { - // to edit target browsers: use "browserslist" field in package.json - "autoprefixer": {} - } -} diff --git a/lib/cli/test/snapshots/sfc_vue/.postcssrc.js b/lib/cli/test/snapshots/sfc_vue/.postcssrc.js deleted file mode 100644 index 09948d63e91b..000000000000 --- a/lib/cli/test/snapshots/sfc_vue/.postcssrc.js +++ /dev/null @@ -1,8 +0,0 @@ -// https://github.com/michael-ciniawsky/postcss-load-config - -module.exports = { - "plugins": { - // to edit target browsers: use "browserslist" field in package.json - "autoprefixer": {} - } -}