mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
452a724542
Performed a slight refactoring of CI scripts to make it easier for developers to run the **same** tests as those run on Travis. Defined `npm` scripts `test-js` and `test-dart`. `npm test` now runs the whole lot. Closes #966