Skip to content

Commit

Permalink
add WPT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Aug 5, 2022
1 parent bdc497a commit 288f4bf
Show file tree
Hide file tree
Showing 23 changed files with 23,405 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -29,6 +29,8 @@
"test": "mocha test/*.test.js",
"pretest-server": "node-gyp build",
"test-server": "node test/server.js",
"generate-wpt": "node ./test/wpt/generate.js",
"test-wpt": "mocha test/wpt/generated/*.js",
"install": "node-pre-gyp install --fallback-to-build --update-binary",
"dtslint": "dtslint types"
},
Expand Down Expand Up @@ -57,6 +59,7 @@
"assert-rejects": "^1.0.0",
"dtslint": "^4.0.7",
"express": "^4.16.3",
"js-yaml": "^4.1.0",
"mocha": "^5.2.0",
"pixelmatch": "^4.0.2",
"standard": "^12.0.1",
Expand Down

0 comments on commit 288f4bf

Please sign in to comment.