mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
Merge pull request #2288 from storybooks/remove-coverage-noise
Remove noise in CI tests
This commit is contained in:
commit
8d92d0c60a
@ -18,6 +18,7 @@ module.exports = {
|
||||
'app/**/*.{js,jsx}',
|
||||
'lib/**/*.{js,jsx}',
|
||||
'addons/**/*.{js,jsx}',
|
||||
'!**/cli/test/**',
|
||||
'!**/generators/**',
|
||||
],
|
||||
coverageDirectory: 'coverage',
|
||||
|
8
lib/cli/test/fixtures/sfc_vue/.postcssrc.js
vendored
8
lib/cli/test/fixtures/sfc_vue/.postcssrc.js
vendored
@ -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": {}
|
||||
}
|
||||
}
|
@ -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": {}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user