mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
8 lines
163 B
TypeScript
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')
|
|
})
|