Skip to content

Commit

Permalink
Set testURL in jest config fix jestjs/jest#6769
Browse files Browse the repository at this point in the history
  • Loading branch information
zenware committed Dec 18, 2018
1 parent 34d691c commit f04aa54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
@@ -1,4 +1,6 @@
module.exports = {
"verbose": true,
"testURL": "http://localhost/",
setupFiles: ['<rootDir>/tests/unit-tests/testsSetup.js'],
moduleNameMapper: {
'^meteor/(.*)': '<rootDir>/tests/unit-tests/meteorMocks/$1',
Expand Down

0 comments on commit f04aa54

Please sign in to comment.