6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
import { expect } from 'chai';
|
||
|
|
||
|
describe('github remote', () => {
|
||
|
it('should authenticate to Github API');
|
||
|
});
|