Skip to content

Commit 29f0c70

Browse files
trivikrsrchase
authored andcommitted
fix: create jest.config.js for clients (smithy-lang#291)
1 parent 678237d commit 29f0c70

File tree

1 file changed

+2
-5
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
const base = require("../../jest.config.base.js");
2-
31
module.exports = {
4-
...base,
5-
// Only test cjs dist, avoid testing the package twice
6-
testPathIgnorePatterns: ["/node_modules/", "/es/"]
2+
preset: "ts-jest",
3+
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
74
};

0 commit comments

Comments
 (0)