Files
medusa-store/packages/oas/medusa-oas-cli/tsconfig.spec.json
Patrick 377b9ce8c2 fix(oas:test): Augment jest timeout from 30 to 60 sec (#3631)
* fix(oas:test): fix beforeAll timeout silent failure

* fix(test): fix ts-jest scaffolding in medusa-oas-cli

* chore(changeset): patch
2023-03-30 09:17:09 +02:00

6 lines
88 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": ["node_modules"]
}