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