Skip to content

Commit 68bfd47

Browse files
committed
fix(client-cognito-identity): skip jest testing
1 parent e019551 commit 68bfd47

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)