mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
🚧 WIP
This commit is contained in:
@@ -18,12 +18,11 @@ module.exports = {
|
||||
"<rootDir>/jest/assetMock.ts",
|
||||
},
|
||||
globals: {
|
||||
__DEV__: true,
|
||||
__CLIENT__: true,
|
||||
__SERVER__: false,
|
||||
__LOCAL__: false,
|
||||
__REGISTER_DISCORD_COMMANDS__: false,
|
||||
__TEST__: true,
|
||||
API_URL: "http://localhost:3000",
|
||||
DEV: true,
|
||||
SSR: false,
|
||||
REGISTER_DISCORD_COMMANDS: false,
|
||||
TEST: true,
|
||||
},
|
||||
maxConcurrency: 50,
|
||||
maxWorkers: 1,
|
||||
|
Reference in New Issue
Block a user