Skip to content

Commit c494c69

Browse files
committed
ci: add testUrl to avoid jsdom error
1 parent cc754d8 commit c494c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
testURL: 'http://localhost',
23
moduleFileExtensions: ['ts', 'js', 'json'],
34
transform: {
45
'^.+\\.jsx?$': 'babel-jest',

0 commit comments

Comments
 (0)