fix(jest): reset last committed config of jest

This commit is contained in:
unix
2020-04-29 01:58:13 +08:00
parent 4acad1b667
commit 2e51e02879

View File

@@ -11,8 +11,8 @@ module.exports = {
'^.+\\.tsx?$': ['babel-jest', { configFile: './tests/.babelrc.js' }],
},
// testRegex: '.*\\.test\\.(j|t)sx?$',
testRegex: 'fieldset\\/.*\\.test\\.(j|t)sx?$',
testRegex: '.*\\.test\\.(j|t)sx?$',
// testRegex: 'fieldset\\/.*\\.test\\.(j|t)sx?$',
collectCoverageFrom: [
'components/**/*.{ts,tsx}',