mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
initial test
This commit is contained in:
7
ionic/components/app/test/sink/sink.spec.ts
Normal file
7
ionic/components/app/test/sink/sink.spec.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import {Ion} from 'ionic/ion';
|
||||
|
||||
export function main() {
|
||||
it('should be true', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user