Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 0418745

Browse files
authored
Merge pull request #193 from jamesplease/fix-jest
Fix Jest tests
2 parents 4990109 + bdc0d06 commit 0418745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ module.exports = {
33
collectCoverageFrom: ['src/**/*.{js,jsx}', '!**/node_modules/**'],
44
coverageDirectory: 'coverage',
55
setupTestFrameworkScriptFile: './test/setup.js',
6+
testURL: 'http://localhost/',
67
};

0 commit comments

Comments
 (0)