Skip to content

Commit db407a9

Browse files
authored
fix: prepare interfaces updater for updated webcrypto (#927)
1 parent 259da2a commit db407a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/git/wpt.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ async function main(argv) {
4747
const statusFolder = path.join(nodedir, 'test', 'wpt', 'status');
4848
let supported = [
4949
'dom',
50-
'html'
50+
'html',
51+
'webcrypto'
5152
];
5253
if (fs.existsSync(statusFolder)) {
5354
const jsons = fs.readdirSync(statusFolder);

0 commit comments

Comments
 (0)