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 3862cbc commit 26517a8Copy full SHA for 26517a8
js/tests/defaultKernels.test.ts
@@ -4,6 +4,5 @@ import { sandboxTest } from './setup'
4
5
sandboxTest('test js kernel', async ({ sandbox }) => {
6
const output = await sandbox.runCode('console.log("Hello World!")', { language: 'js' })
7
- console.log(output)
8
expect(output.logs.stdout).toEqual(['Hello World!\n'])
9
})
0 commit comments