Skip to content

Commit

Permalink
Merge pull request #62 from firstbatchxyz/erhant/test-ignore-fix
Browse files Browse the repository at this point in the history
Ignore tests under examples
  • Loading branch information
anilaltuner authored Dec 15, 2023
2 parents a6a6bf3 + e7e7849 commit 22b6c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const config: JestConfigWithTsJest = {
// tests may hang randomly (not known why yet, it was fixed before)
// that will cause workflow to run all the way, so we might force exit
forceExit: true,
// ignore tests under examples
testPathIgnorePatterns: ['/node_modules/', '/examples/'],
};

export default config;

0 comments on commit 22b6c2b

Please sign in to comment.