Files
ionic-framework/scripts/templates/tabs/spec.ts.tmpl
Dan Bucholtz dc1a59df49 chore(build): tabs template corrections
tabs template corrections
2016-09-25 22:22:10 -05:00

7 lines
110 B
Cheetah

describe('$CLASSNAME', () => {
it('should do something', () => {
expect(true).toEqual(true);
});
});