Skip to content

Commit ad40888

Browse files
committed
fix libjs
1 parent c5c9354 commit ad40888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/libjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class LibJSInstaller extends Installer {
6969

7070
async test() {
7171
const program = 'console.log("42")';
72-
const output = '42';
72+
const output = '"42"';
7373

7474
assert.strictEqual(
7575
(await execa(this.binPath, ['-c', program])).stdout,

0 commit comments

Comments
 (0)