Files
ionic-framework/packages/ionic-angular/scripts/templates/tabs/spec.ts.tmpl
2017-06-21 09:33:06 -05:00

6 lines
109 B
Cheetah

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