mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
unit tests!
This commit is contained in:
7
src/components/app/app_spec.js
Normal file
7
src/components/app/app_spec.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {Ion} from '../ion';
|
||||
|
||||
export function main() {
|
||||
it('should be true', () => {
|
||||
expect(false).toBe(true);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user