initial test

This commit is contained in:
Tim Lancina
2015-07-13 15:53:33 -05:00
parent c5f050477f
commit 53ccbc62d4
6 changed files with 94 additions and 4 deletions

View File

@ -0,0 +1,7 @@
import {Ion} from 'ionic/ion';
export function main() {
it('should be true', () => {
expect(true).toBe(true);
});
}