attempt to fix test
This commit is contained in:
parent
7f425ddc77
commit
a629985ef6
|
@ -151,7 +151,9 @@ module.exports = {
|
||||||
testEnvironment: "node",
|
testEnvironment: "node",
|
||||||
|
|
||||||
// Options that will be passed to the testEnvironment
|
// Options that will be passed to the testEnvironment
|
||||||
// testEnvironmentOptions: {},
|
testEnvironmentOptions: {
|
||||||
|
globalsCleanupMode: 'soft', // Soft cleanup mode to avoid issues with global variables in tests
|
||||||
|
},
|
||||||
|
|
||||||
// Adds a location field to test results
|
// Adds a location field to test results
|
||||||
// testLocationInResults: false,
|
// testLocationInResults: false,
|
||||||
|
|
Loading…
Reference in New Issue