We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259da2a commit db407a9Copy full SHA for db407a9
components/git/wpt.js
@@ -47,7 +47,8 @@ async function main(argv) {
47
const statusFolder = path.join(nodedir, 'test', 'wpt', 'status');
48
let supported = [
49
'dom',
50
- 'html'
+ 'html',
51
+ 'webcrypto'
52
];
53
if (fs.existsSync(statusFolder)) {
54
const jsons = fs.readdirSync(statusFolder);
0 commit comments