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