This commit is contained in:
ChatonDeAru
2024-03-23 18:53:24 +01:00
parent 74685fa741
commit 42c7410bfe
29 changed files with 176 additions and 740 deletions

View File

@@ -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,