We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca22f8 commit 3d2847aCopy full SHA for 3d2847a
clients/client-cognito-identity/jest.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
preset: "ts-jest",
3
- testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
+ testMatch: ["!**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
4
};
0 commit comments