Skip to content

Commit 26517a8

Browse files
committed
[skip CI] Remove console log
1 parent 3862cbc commit 26517a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/tests/defaultKernels.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ import { sandboxTest } from './setup'
44

55
sandboxTest('test js kernel', async ({ sandbox }) => {
66
const output = await sandbox.runCode('console.log("Hello World!")', { language: 'js' })
7-
console.log(output)
87
expect(output.logs.stdout).toEqual(['Hello World!\n'])
98
})

0 commit comments

Comments
 (0)