trip-planner/tests/jest-local.json

6 lines
No EOL
161 B
JSON

{
"testEnvironment": "node",
"testMatch": ["**/e2e/**/*.test.js"],
"setupFilesAfterEnv": ["<rootDir>/config/jest.setup.local.js"],
"testTimeout": 30000
}