Skip to content

Commit 31a00c0

Browse files
committed
fix
1 parent d78d229 commit 31a00c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ts/test/core/instrument.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test("Instrument", async () => {
1313
const base = join(outputDir, "constructor");
1414
const wasmPath = join(outputDir, "constructor.wasm");
1515
const sourceCodePath = "tests/ts/fixture/constructor.ts";
16-
const results = await instrument([wasmPath], [sourceCodePath]);
16+
const results = await instrument([wasmPath], [sourceCodePath], true);
1717
expect(results.length).toEqual(1);
1818
const result = results[0]!;
1919
const instrumentedWasm = join(outputDir, "constructor.instrumented.wasm");

0 commit comments

Comments
 (0)