fix tests

This commit is contained in:
Tim Lancina
2015-08-26 09:15:14 -07:00
parent 6f2bfc8f6a
commit d8ea1701b7
2 changed files with 2 additions and 2 deletions

View File

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