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