Skip to content

Commit

Permalink
use circus runner for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jun 21, 2021
1 parent e97cfad commit 50fea34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
rootDir: '.',
roots: ['<rootDir>/src', '<rootDir>/packages'],
testMatch: ['**/integration_tests**/*.test.{js,mjs,ts,tsx}'],
testRunner: 'jasmine2',
testPathIgnorePatterns: preset.testPathIgnorePatterns.filter(
(pattern) => !pattern.includes('integration_tests')
),
Expand Down

0 comments on commit 50fea34

Please sign in to comment.