We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298aefc commit a0e289dCopy full SHA for a0e289d
jest.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
- testURL: 'http://localhost/',
+ testEnvironmentOptions: {
3
+ url: 'http://localhost/',
4
+ },
5
};
-
0 commit comments