Skip to content

Commit 30ed7f2

Browse files
committed
fix: formatting in test file
1 parent 83daf40 commit 30ed7f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/loader.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ test("should throw WebAssemblyObjectNotAvailable when WebAssembly global is not
111111
strictEqual(result.stdout, "");
112112
match(result.stderr, /WebAssemblyObjectNotAvailable/);
113113
match(result.stderr, /AMARO_ERR_WEB_ASSEMBLY_OBJ_NOT_AVAILABLE/);
114-
match(result.stderr, /WebAssembly global object is not available, but it is required to run Amaro \(Node.js TypeScript library\). This can happen, for example, when running V8 in JIT-less mode./);
114+
match(
115+
result.stderr,
116+
/WebAssembly global object is not available, but it is required to run Amaro \(Node.js TypeScript library\). This can happen, for example, when running V8 in JIT-less mode./,
117+
);
115118
strictEqual(result.code, 1);
116119
});

0 commit comments

Comments
 (0)