Skip to content

Commit b6da432

Browse files
committed
test: update jest config
1 parent ac92592 commit b6da432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const transformIgnorePatterns = [
66
];
77

88
module.exports = {
9+
testURL: 'http://localhost/',
910
setupFiles: [
1011
'./tests/setup.js',
1112
],

0 commit comments

Comments
 (0)