blob: fefb7656a16da27feb60cb91ed575aa3f80a11a8 [file]
describe('spec in file ending with .spec.js', () => {
it('should run', () => {
expect(true).toBe(true);
});
});