We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac92592 commit b6da432Copy full SHA for b6da432
.jest.js
@@ -6,6 +6,7 @@ const transformIgnorePatterns = [
6
];
7
8
module.exports = {
9
+ testURL: 'http://localhost/',
10
setupFiles: [
11
'./tests/setup.js',
12
],
0 commit comments