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