mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
document unit tests
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#### Test it out!
|
||||
|
||||
- Run `gulp watch` to build, serve, and watch Ionic & playground
|
||||
- Run `gulp karma-watch` while gulp watch is running to watch tests. Unit tests run on compiled files in dist.
|
||||
|
||||
#### Problems already
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@ import {Ion} from '../ion';
|
||||
|
||||
export function main() {
|
||||
it('should be true', () => {
|
||||
expect(false).toBe(true);
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user