trip-planner/tests/jest-local.json

6 lines
171 B
JSON
Raw Permalink Normal View History

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"],
"testTimeout": 60000
2025-09-27 00:23:19 +02:00
}