Skip to content

Commit 4f67ed5

Browse files
committed
Attempt to fix broken JS tests
1 parent 8a443e2 commit 4f67ed5

3 files changed

Lines changed: 184 additions & 337 deletions

File tree

CSF.Screenplay.JsonToHtmlReport.Template/src/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const config = {
55
coverageDirectory: "TestResults",
66
testEnvironment: 'jsdom',
77
testEnvironmentOptions: {
8-
url: 'http://localhost',
8+
url: 'http://localhost/',
99
},
1010
};
1111

0 commit comments

Comments
 (0)