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

6 lines
99 B
TypeScript

import { expect } from 'chai';
describe('label sync', () => {
it('should sync each label');
});