Skip to content

Commit

Permalink
BAU: Fix jest config error
Browse files Browse the repository at this point in the history
Fix the error "Can't find a root directory while resolving a config file path." when running an individual test rather than the whole suite.
  • Loading branch information
CharlesIC committed Dec 15, 2023
1 parent 6726f47 commit 9b4717a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/tests/aws/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import baseConfig from "../../jest.config";

export default {
...baseConfig,
projects: [],
displayName: "integration-tests/aws",
} satisfies Config;
1 change: 1 addition & 0 deletions integration-tests/tests/mocked/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import baseConfig from "../../jest.config";

export default {
...baseConfig,
projects: [],
testTimeout: 30_000,
displayName: "integration-tests/mocked",
} satisfies Config;

0 comments on commit 9b4717a

Please sign in to comment.