Skip to content

Commit

Permalink
fix(jest): Add testURL to consumer Jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfisher committed Jul 29, 2018
1 parent dd6e5fd commit 888ae5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/jest/jestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ module.exports = {
},
transform: {
'^.+\\.js$': require.resolve('./babelTransform.js')
}
},
testURL: 'http://localhost' // @see https://github.com/facebook/jest/issues/6766
};

0 comments on commit 888ae5c

Please sign in to comment.