Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rriemann committed May 30, 2024
1 parent 2befb74 commit 0dc981e
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/reporter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beforeAll(async () => {
args = StandardConfig("http://localhost");
args.output = dir;

output = fs.readJSONSync("./tests/test_output/output.json");
output = fs.readJSONSync("./tests/test_output/inspection.json");
source = fs.readFileSync("./tests/test_output/testpage.html", "utf8");
report = await reporter(args);

Expand Down
Loading

0 comments on commit 0dc981e

Please sign in to comment.