1
0
Fork 0
mirror of synced 2026-06-05 09:15:13 +00:00
auth/tests/client.test.ts
2021-09-16 12:54:29 -04:00

6 lines
93 B
TypeScript

import { expect } from 'chai';
import 'mocha';
describe('Client', () => {
it('todo');
});