Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 11, 2022
1 parent d7092b3 commit 0a13a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ if (process.env.INTEGRATION_TEST === 'true') {

// tests that leak due to external dependencies
if (process.env.LEAKS_TEST === 'true') {
testMatch.push('!**/hackernews.spec.ts', '!**/urql-exchange.spec.ts', '!**/apollo-link.spec.ts');
testMatch.push(
'!**/hackernews.spec.ts',
'!**/urql-exchange.spec.ts',
'!**/apollo-link.spec.ts',
)
}

testMatch.push('!**/dist/**', '!**/.bob/**')
Expand Down

0 comments on commit 0a13a14

Please sign in to comment.