Skip to content

Commit 22b6c2b

Browse files
authored
Merge pull request #62 from firstbatchxyz/erhant/test-ignore-fix
Ignore tests under examples
2 parents a6a6bf3 + e7e7849 commit 22b6c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const config: JestConfigWithTsJest = {
2121
// tests may hang randomly (not known why yet, it was fixed before)
2222
// that will cause workflow to run all the way, so we might force exit
2323
forceExit: true,
24+
// ignore tests under examples
25+
testPathIgnorePatterns: ['/node_modules/', '/examples/'],
2426
};
2527

2628
export default config;

0 commit comments

Comments
 (0)