mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix tests
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {Ion} from 'ionic/ion';
|
||||
|
||||
export function main() {
|
||||
export function run() {
|
||||
it('should be true', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {Ion} from 'ionic/ion';
|
||||
|
||||
export function main() {
|
||||
export function run() {
|
||||
it('should be true', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
|
Reference in New Issue
Block a user