1
0
Fork 0
cautious-journey/test/remote/TestGitlabRemote.ts

6 lines
113 B
TypeScript

import { expect } from 'chai';
describe('gitlab remote', () => {
it('should authenticate to gitlab API');
});