Skip to content

Commit f2b7235

Browse files
committed
fix
1 parent 8067b11 commit f2b7235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ts/test/utils/wasmparser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ test("parseImportFunctionInfo", () => {
4949
},
5050
];
5151

52-
expect(parseImportFunctionInfo(arrayBuffer as ArrayBuffer)).toEqual(expectedInfo); // Pass ArrayBuffer
52+
expect(parseImportFunctionInfo(arrayBuffer)).toEqual(expectedInfo); // Pass ArrayBuffer
5353
});

0 commit comments

Comments
 (0)