mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test: disable jest detectOpenHandles for now
This commit is contained in:
parent
c8ced350b8
commit
a778feb3dd
@ -9,7 +9,8 @@ module.exports = {
|
||||
testPathIgnorePatterns: ['test/fixtures/.*/.*?/'],
|
||||
moduleFileExtensions: ['js', 'mjs', 'json'],
|
||||
expand: true,
|
||||
forceExit: true,
|
||||
forceExit: true
|
||||
// https://github.com/facebook/jest/pull/6747 fix warning here
|
||||
detectOpenHandles: true
|
||||
// But its performance overhead is pretty bad (30+%).
|
||||
// detectOpenHandles: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user