mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-05 19:53:29 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
import { expect } from 'chai';
|
|
import 'mocha';
|
|
|
|
describe('Client', () => {
|
|
it('todo');
|
|
});
|