2025-09-27 00:23:19 +02:00
|
|
|
{
|
|
|
|
|
"testEnvironment": "node",
|
2025-09-27 01:26:58 +02:00
|
|
|
"testMatch": ["**/specs/**/*.test.js"],
|
|
|
|
|
"setupFilesAfterEnv": ["<rootDir>/support/config/jest.setup.local.js"],
|
2025-10-07 22:55:00 +02:00
|
|
|
"testTimeout": 60000
|
2025-09-27 00:23:19 +02:00
|
|
|
}
|