Skip to content

Commit 288f4bf

Browse files
committed
add WPT tests
1 parent bdc497a commit 288f4bf

23 files changed

+23405
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"test": "mocha test/*.test.js",
3030
"pretest-server": "node-gyp build",
3131
"test-server": "node test/server.js",
32+
"generate-wpt": "node ./test/wpt/generate.js",
33+
"test-wpt": "mocha test/wpt/generated/*.js",
3234
"install": "node-pre-gyp install --fallback-to-build --update-binary",
3335
"dtslint": "dtslint types"
3436
},
@@ -57,6 +59,7 @@
5759
"assert-rejects": "^1.0.0",
5860
"dtslint": "^4.0.7",
5961
"express": "^4.16.3",
62+
"js-yaml": "^4.1.0",
6063
"mocha": "^5.2.0",
6164
"pixelmatch": "^4.0.2",
6265
"standard": "^12.0.1",

0 commit comments

Comments
 (0)