remove client.test.ts
This commit is contained in:
parent
306a612cd1
commit
9f6cbfa863
|
@ -1,10 +0,0 @@
|
|||
import { createClient } from './client'
|
||||
|
||||
describe('Client', () => {
|
||||
it('', async () => {
|
||||
const client = await createClient({ publicKey: '' })
|
||||
await client.start()
|
||||
|
||||
debugger
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue