mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
chore: add bail of jest test config
This commit is contained in:
parent
f2dc842eef
commit
2fe472d15b
1
.jest.js
1
.jest.js
@ -48,4 +48,5 @@ module.exports = {
|
||||
testEnvironmentOptions: {
|
||||
url: 'http://localhost',
|
||||
},
|
||||
bail: true,
|
||||
};
|
||||
|
@ -15,4 +15,5 @@ module.exports = {
|
||||
testRegex: 'node\\.test\\.(j|t)sx$',
|
||||
testEnvironment: 'node',
|
||||
transformIgnorePatterns,
|
||||
bail: true,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user