[change] Unit test setup and reporter

This commit is contained in:
Nicolas Gallagher
2015-10-17 17:25:12 -07:00
parent 2bfa579fe4
commit b59bdb17b2
16 changed files with 114 additions and 95 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Development commands:
* `npm run build` build the library
* `npm run dev` start the dev server and develop against live examples
* `npm run lint` run the linter
* `npm run test:specs` run and watch the unit tests
* `npm run test` run the linter and unit tests
Please follow this process for submitting a patch: