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

Commit

Permalink
use in package.json a standardised example domain
Browse files Browse the repository at this point in the history
  • Loading branch information
rriemann committed Jan 11, 2024
1 parent f8a6299 commit a026e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"marked": "8.0.1"
},
"scripts": {
"start": "node ./website-evidence-collector.js https://www.test.com --overwrite --html --json --yaml --screenshots",
"start": "node ./website-evidence-collector.js https://www.example.com --overwrite --html --json --yaml --screenshots",
"test": "jest --detectOpenHandles"
},
"bin": {
Expand Down

0 comments on commit a026e2a

Please sign in to comment.