mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +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: {
|
testEnvironmentOptions: {
|
||||||
url: 'http://localhost',
|
url: 'http://localhost',
|
||||||
},
|
},
|
||||||
|
bail: true,
|
||||||
};
|
};
|
||||||
|
@ -15,4 +15,5 @@ module.exports = {
|
|||||||
testRegex: 'node\\.test\\.(j|t)sx$',
|
testRegex: 'node\\.test\\.(j|t)sx$',
|
||||||
testEnvironment: 'node',
|
testEnvironment: 'node',
|
||||||
transformIgnorePatterns,
|
transformIgnorePatterns,
|
||||||
|
bail: true,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user