1
0
Fork 0
cautious-journey/test/sync/TestSyncLabels.ts

6 lines
99 B
TypeScript
Raw Normal View History

2020-08-15 04:40:56 +00:00
import { expect } from 'chai';
describe('label sync', () => {
it('should sync each label');
});