diff --git a/jest.config.js b/jest.config.js index ce91dffec..5b554cd95 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,6 @@ module.exports = { + "verbose": true, + "testURL": "http://localhost/", setupFiles: ['/tests/unit-tests/testsSetup.js'], moduleNameMapper: { '^meteor/(.*)': '/tests/unit-tests/meteorMocks/$1',