Skip to content

Commit 38489ee

Browse files
committed
chore: add dist to jest testPathIgnorePatterns
1 parent 121eef3 commit 38489ee

File tree

1 file changed

+1
-0
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
preset: "ts-jest",
3+
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
34
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
45
};

0 commit comments

Comments
 (0)