mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
460 B
460 B
Test it out!
- Run
gulp watchto build, serve, and watch Ionic & playground - Run
gulp karma-watchwhile gulp watch is running to watch tests. Unit tests run on compiled files in dist.
Problems already
- If we have a
.spec.jsfile as a sibling of a js file, System will make that an export and ignore the.jsfile.
There's probably a setting in System.js somewhere to fix this.
Build
- JSCS
- JSHint (or TypeScript variant)