We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c9354 commit ad40888Copy full SHA for ad40888
1 file changed
src/engines/libjs.js
@@ -69,7 +69,7 @@ class LibJSInstaller extends Installer {
69
70
async test() {
71
const program = 'console.log("42")';
72
- const output = '42';
+ const output = '"42"';
73
74
assert.strictEqual(
75
(await execa(this.binPath, ['-c', program])).stdout,
0 commit comments