Skip to content

Commit

Permalink
Ignore mutation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 15, 2018
1 parent 17c9c48 commit e4d6725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module.exports = {
globalTeardown: path.resolve(__dirname, './shared/testing/teardown'),
testPathIgnorePatterns:
process.env.E2E || process.env.CI
? ['/node_modules/', '/mobile/']
: ['/node_modules/', '/mobile/', '/test-e2e/'],
? ['/node_modules/', '/mutations/', '/mobile/']
: ['/node_modules/', '/mutations/', '/mobile/', '/test-e2e/'],
};

0 comments on commit e4d6725

Please sign in to comment.