7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
|
import { expect } from 'chai';
|
||
|
|
||
|
describe('issue sync', () => {
|
||
|
it('should resolve each issue');
|
||
|
it('should update issues with label changes');
|
||
|
});
|