trip-planner/tests/jest-local.json

6 lines
No EOL
171 B
JSON

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