Skip to content

Commit 3d091e6

Browse files
committed
Fix of default Jest config
Fix for #26
1 parent af0aa99 commit 3d091e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

config/jest/default.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
testPathIgnorePatterns: [
1313
'/node_modules/',
1414
],
15+
testURL: 'http://localhost',
1516
transformIgnorePatterns: [
1617
'/node_modules/(?!topcoder-react-utils)',
1718
],

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@
121121
"mkDistDir:prod": "mkdir -p dist/prod/shared/utils && mkdir -p dist/prod/client",
122122
"test": "npm run lint && npm run jest"
123123
},
124-
"version": "0.7.4"
124+
"version": "0.7.5"
125125
}

0 commit comments

Comments
 (0)