mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 07:04:05 +02:00
attempt to fix test
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user