summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/json-module/integrity-matches.js
blob: 20459c17e3bb665ba8fa27d02520a35d862bdb4c (plain)
1
2
import json from "./data.json" with { type: "json" };
window.matchesLog.push(`integrity-matches,json:${json.answer}`);