embark/packages/cockpit/ui/src/index.spec.js

6 lines
124 B
JavaScript

describe('needs tests', () => {
it('should have tests, please write them', () => {
expect(true).toBe(true);
});
});