Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 9, 2022
1 parent 08afb1e commit e9b28a7
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 e9b28a7

Please sign in to comment.