mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node",
|
|
"rootDir": "./cli",
|
|
"testPathIgnorePatterns": [
|
|
"<rootDir>/commands/run/test.ts",
|
|
"<rootDir>/services/Test.ts",
|
|
"<rootDir>/node_modules"
|
|
]
|
|
}
|