remove client.test.ts

This commit is contained in:
Felicio Mununga 2022-06-10 16:48:56 +02:00
parent a14eb6e011
commit 8c2f200d0e
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
import { createClient } from './client'
describe('Client', () => {
it('', async () => {
const client = await createClient({ publicKey: '' })
await client.start()
debugger
})
})