mirror of https://github.com/curbengh/hexo-yam
test(jest): disable globalsCleanup
This commit is contained in:
parent
a9ca2092a4
commit
1c70f12716
|
|
@ -52,6 +52,9 @@
|
|||
"clearMocks": true,
|
||||
"collectCoverage": true,
|
||||
"coverageDirectory": "./coverage/",
|
||||
"testEnvironment": "node"
|
||||
"testEnvironment": "node",
|
||||
"testEnvironmentOptions": {
|
||||
"globalsCleanup": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue