mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
fix(jest): reset last committed config of jest
This commit is contained in:
@@ -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}',
|
||||
|
||||
Reference in New Issue
Block a user