Skip to content

Commit

Permalink
chore: fixes circle ci tests with testURL in jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusharma committed Aug 15, 2018
1 parent a04dbee commit c43a096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
testRegex: '/__tests__/.*[sS]pec\\.([jt]s)$',
testURL: 'http://localhost/',
transform: {
'^.+\\.(ts|tsx)$': 'typescript-babel-jest',
'^.+\\.twig$': '<rootDir>/testsetup/melody-transform.js',
Expand Down

0 comments on commit c43a096

Please sign in to comment.