Include the new wasm fetch Polyfill

This commit is contained in:
GCHQDeveloper581 2026-04-29 11:25:32 +00:00
parent 6cb0b2bcfd
commit de50ad9bce
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -83,6 +83,8 @@ import {
logTestReport, logTestReport,
} from "../lib/utils.mjs"; } from "../lib/utils.mjs";
import "../lib/wasmFetchPolyfill.mjs";
import TestRegister from "../lib/TestRegister.mjs"; import TestRegister from "../lib/TestRegister.mjs";
`; `;