Skip to content

Commit 3d2847a

Browse files
committed
fix(client-cognito-identity): skip jest testing
1 parent 1ca22f8 commit 3d2847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
preset: "ts-jest",
3-
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
3+
testMatch: ["!**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
44
};

0 commit comments

Comments
 (0)