mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import {Ion} from 'ionic/ion';
|
|
|
|
export function run() {
|
|
it('should be true', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
}
|