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