remove client.test.ts
This commit is contained in:
parent
a14eb6e011
commit
8c2f200d0e
|
@ -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