responsively-app/desktop-app/test/example.js
2019-08-10 08:17:13 +05:30

5 lines
109 B
JavaScript

describe('description', () => {
it('should have description', () => {
expect(1 + 2).toBe(3);
});
});