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

Commit

Permalink
Fix Jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Aug 2, 2018
1 parent 4990109 commit bdc0d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -3,4 +3,5 @@ module.exports = {
collectCoverageFrom: ['src/**/*.{js,jsx}', '!**/node_modules/**'],
coverageDirectory: 'coverage',
setupTestFrameworkScriptFile: './test/setup.js',
testURL: 'http://localhost/',
};

0 comments on commit bdc0d06

Please sign in to comment.