Skip to content

Commit 86c39a4

Browse files
0divjakubno
andauthored
Update packages/js-sdk/tests/sandbox/host.test.ts
Co-authored-by: Jakub Novák <jakub@e2b.dev>
1 parent 7fc707f commit 86c39a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/js-sdk/tests/sandbox/host.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { assert } from 'vitest'
22

33
import { isDebug, sandboxTest, wait } from '../setup.js'
44

5-
sandboxTest.skipIf(isDebug)(
5+
sandboxTest(
66
'ping server in running sandbox',
77
async ({ sandbox }) => {
88
const cmd = await sandbox.commands.run('python -m http.server 8000', {

0 commit comments

Comments
 (0)