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