diff --git a/tests/wasm-compatibility.e2e.ts b/tests/wasm-compatibility.e2e.ts index de710b9..b764350 100644 --- a/tests/wasm-compatibility.e2e.ts +++ b/tests/wasm-compatibility.e2e.ts @@ -16,12 +16,16 @@ const JS_1_9 = Object.freeze({ jsCode: makeJSPrintCode('Hello, world!'), errors: { 'File.kt': [] }, exception: null, - text: 'Hello, world!\n', + text: '', }); const OUTPUTS = Object.freeze({ - 'js-ir': JS_1_9, - wasm: WASM_1_9, + 'js-ir': { + json: JS_1_9, + }, + wasm: { + json: WASM_1_9, + }, }); test.describe('WASM platform with `moduleId` in output', () => {