Skip to content

Commit

Permalink
allows integration tests to be run in isolation
Browse files Browse the repository at this point in the history
Signed-off-by: Nell Shamrell <[email protected]>
  • Loading branch information
nellshamrell committed Jan 13, 2022
1 parent 7778346 commit 5bf5c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.integration.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var config = require('./jest.config')
config.setupTestFrameworkScriptFile = '<rootDir>/src/setupTests.js'
config.setupFilesAfterEnv = ['<rootDir>/src/setupTests.js']
console.log('RUNNING INTEGRATION TESTS')
module.exports = config

0 comments on commit 5bf5c78

Please sign in to comment.