Skip to content

Commit 8e38f1f

Browse files
committed
disable bail temporarily
1 parent 54f4372 commit 8e38f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-durable-execution-sdk-js-examples/jest.config.integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module.exports = {
88
testMatch: ["**/src/examples/**/*.test.ts"],
99
testTimeout: 120000,
1010
testNamePattern: "cloud",
11-
bail: true,
11+
// bail: true,
1212
};

0 commit comments

Comments
 (0)