committed by
GitHub
parent
4692f54b49
commit
80fe362f33
@@ -6,3 +6,5 @@ if (typeof process.env.DB_TEMP_NAME === "undefined") {
|
||||
const tempName = parseInt(process.env.JEST_WORKER_ID || "1")
|
||||
process.env.DB_TEMP_NAME = `medusa-integration-${tempName}`
|
||||
}
|
||||
|
||||
global.performance = require("perf_hooks").performance
|
||||
|
||||
Reference in New Issue
Block a user