Skip to content

Commit

Permalink
fix(testing): use default jest maxConcurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 31, 2020
1 parent e02bc77 commit c5d216f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/bundles/helpers/jest/jest-preset.js
Expand Up @@ -24,7 +24,6 @@ module.exports = {
setupFilesAfterEnv: [path.join(testingDir, 'jest-setuptestframework.js')],
testEnvironment: path.join(testingDir, 'jest-environment.js'),
testPathIgnorePatterns: ['/.cache', '/.stencil', '/.vscode', '/dist', '/node_modules', '/www'],
maxConcurrency: 1,
testRegex: '(/__tests__/.*|\\.?(test|spec))\\.' + moduleExtensionRegexp + '$',
transform: {
'^.+\\.(ts|tsx|jsx|css)$': path.join(testingDir, 'jest-preprocessor.js'),
Expand Down

0 comments on commit c5d216f

Please sign in to comment.