mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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,
|
forceExit: true,
|
||||||
|
|
||||||
|
roots: [
|
||||||
|
'<rootDir>/packages',
|
||||||
|
'<rootDir>/test'
|
||||||
|
],
|
||||||
|
|
||||||
// https://github.com/facebook/jest/pull/6747 fix warning here
|
// https://github.com/facebook/jest/pull/6747 fix warning here
|
||||||
// But its performance overhead is pretty bad (30+%).
|
// But its performance overhead is pretty bad (30+%).
|
||||||
// detectOpenHandles: true
|
// detectOpenHandles: true
|
||||||
|
Loading…
Reference in New Issue
Block a user