mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test: add jest roots for less greedy test search (#6300)
This commit is contained in:
parent
3eb1710b6d
commit
de71eee566
@ -5,6 +5,11 @@ module.exports = {
|
||||
|
||||
forceExit: true,
|
||||
|
||||
roots: [
|
||||
'<rootDir>/packages',
|
||||
'<rootDir>/test'
|
||||
],
|
||||
|
||||
// https://github.com/facebook/jest/pull/6747 fix warning here
|
||||
// But its performance overhead is pretty bad (30+%).
|
||||
// detectOpenHandles: true
|
||||
|
Loading…
Reference in New Issue
Block a user