mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 12:03:39 +00:00
attempt to fix test
This commit is contained in:
@@ -151,7 +151,9 @@ module.exports = {
|
||||
testEnvironment: "node",
|
||||
|
||||
// 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
|
||||
// testLocationInResults: false,
|
||||
|
||||
Reference in New Issue
Block a user