Skip to content

Commit e42b6fb

Browse files
committed
Ensure dist is ignored
1 parent 6a41347 commit e42b6fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ const codegen = {
149149
},
150150
],
151151
},
152+
testPathIgnorePatterns: ["/dist/"],
152153
transformIgnorePatterns: [],
153154
prettierPath: null,
154155
resolver: join(import.meta.dirname, "../src/config/jest/resolver.ts"),

0 commit comments

Comments
 (0)