Skip to content

Commit e019551

Browse files
committed
fix(client-s3): skip jest testing
mocha is used for testing in client-s3 #1455 The CI is failing when we try to use jest #2163
1 parent 952cfda commit e019551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-s3/jest.config.js

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)