Skip to content

Commit

Permalink
adding jest cli option for memory error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewevans0102 committed Dec 8, 2019
1 parent d3351ee commit 73cd47f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Expand Up @@ -3,7 +3,8 @@ module.exports = {
'ts-jest': {
allowSyntheticDefaultImports: true,
diagnostics: false
}
},
'jest-cli-option': ['--runInBand']
},
transform: {
'^.+\\.js$': 'babel-jest'
Expand Down

0 comments on commit 73cd47f

Please sign in to comment.