tridactyl/test/client.spec.ts
2018-09-02 12:45:23 +01:00

8 lines
163 B
TypeScript

import client from '../src/client'
import { expect, assert } from 'chai'
import 'mocha'
describe('client', function() {
it('should have an onkey method')
})