MCPcopy
hub / github.com/webpack/webpack / index.js

File index.js

test/configCases/wasm/source-phase-basic/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1it("should import source and return WebAssembly.Module", function () {
2 import("./module.js").then(function ({ wasmModule }) {
3 expect(wasmModule instanceof WebAssembly.Module).toBe(true);
4

Callers

nothing calls this directly

Calls 3

itFunction · 0.50
sourceFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected