Skip to content

Commit

Permalink
Remove local test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Oct 17, 2023
1 parent 9678dc3 commit 566845e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/js-sdk/test/fileUploadDownload.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ import * as fs from 'node:fs'
import * as path from 'node:path'

test('upload and download file', async () => {
const session = await Session.create({
id: 'Nodejs',
__debug_hostname: 'localhost',
__debug_port: 49982,
__debug_devEnv: 'local',
})
const session = await Session.create({ id: 'Nodejs' })

const localFile = fs.readFileSync(path.join(__dirname, '/assets/video.webm'))

Expand Down

0 comments on commit 566845e

Please sign in to comment.