Files

6 lines
120 B
JavaScript
Raw Permalink Normal View History

2019-09-12 17:26:57 -04:00
describe('Testing', () => {
it('should have tests, please write them', () => {
expect(true).toBe(true);
2019-09-12 17:26:57 -04:00
});
});