From 9e64b9164709e2fe2b3308aa39fe264875818f31 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 4 May 2025 11:38:58 +0200 Subject: [PATCH] fix: prepare interfaces updater for updated webcrypto --- components/git/wpt.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);