Skip to content

Commit a0e289d

Browse files
committed
chore: update deprecated config
1 parent 298aefc commit a0e289d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jest.config.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2-
testURL: 'http://localhost/',
2+
testEnvironmentOptions: {
3+
url: 'http://localhost/',
4+
},
35
};
4-

0 commit comments

Comments
 (0)