Skip to content

Commit

Permalink
Fixed issues with setting up the project
Browse files Browse the repository at this point in the history
- readded package.json for test generation scripts
- changed path for downloading reference results script
  • Loading branch information
FritzHeiden committed Aug 4, 2020
1 parent 2daaa27 commit dc9c6ca
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion download-reference-results.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
python ./tools/wptserve/wptserve/wave/wave-cli.py download-reference-results
python ./tools/wave/wave-cli.py download-reference-results
35 changes: 35 additions & 0 deletions tools/wave/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions tools/wave/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1"
}
}

0 comments on commit dc9c6ca

Please sign in to comment.