Merge pull request #2288 from storybooks/remove-coverage-noise

Remove noise in CI tests
This commit is contained in:
Filipp Riabchun 2017-11-14 02:49:26 +03:00 committed by GitHub
commit 8d92d0c60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 16 deletions

View File

@ -18,6 +18,7 @@ module.exports = {
'app/**/*.{js,jsx}',
'lib/**/*.{js,jsx}',
'addons/**/*.{js,jsx}',
'!**/cli/test/**',
'!**/generators/**',
],
coverageDirectory: 'coverage',

View File

@ -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": {}
}
}

View File

@ -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": {}
}
}