We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78d229 commit 31a00c0Copy full SHA for 31a00c0
tests/ts/test/core/instrument.test.ts
@@ -13,7 +13,7 @@ test("Instrument", async () => {
13
const base = join(outputDir, "constructor");
14
const wasmPath = join(outputDir, "constructor.wasm");
15
const sourceCodePath = "tests/ts/fixture/constructor.ts";
16
- const results = await instrument([wasmPath], [sourceCodePath]);
+ const results = await instrument([wasmPath], [sourceCodePath], true);
17
expect(results.length).toEqual(1);
18
const result = results[0]!;
19
const instrumentedWasm = join(outputDir, "constructor.instrumented.wasm");
0 commit comments