diff --git a/components/git/wpt.js b/components/git/wpt.js index 66c8784b..b3ab6945 100644 --- a/components/git/wpt.js +++ b/components/git/wpt.js @@ -47,7 +47,8 @@ async function main(argv) { const statusFolder = path.join(nodedir, 'test', 'wpt', 'status'); let supported = [ 'dom', - 'html' + 'html', + 'webcrypto' ]; if (fs.existsSync(statusFolder)) { const jsons = fs.readdirSync(statusFolder);