We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6a6bf3 + e7e7849 commit 22b6c2bCopy full SHA for 22b6c2b
jest.config.ts
@@ -21,6 +21,8 @@ const config: JestConfigWithTsJest = {
21
// tests may hang randomly (not known why yet, it was fixed before)
22
// that will cause workflow to run all the way, so we might force exit
23
forceExit: true,
24
+ // ignore tests under examples
25
+ testPathIgnorePatterns: ['/node_modules/', '/examples/'],
26
};
27
28
export default config;
0 commit comments