trip-planner/tests/jest-local.json

6 lines
161 B
JSON
Raw Normal View History

2025-09-27 00:23:19 +02:00
{
"testEnvironment": "node",
"testMatch": ["**/e2e/**/*.test.js"],
"setupFilesAfterEnv": ["<rootDir>/config/jest.setup.local.js"],
"testTimeout": 30000
}