Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also fixed some indentation errors on the Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing
changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reason for the failure: see
https://github.com/karma-runner/karma-phantomjs-launcher/issues/104
|
|
We had some tests trying to hit the backend.
Considering these are unit tests, we decided
to mock all ajax calls.
This removes the warnings we had when running
js tests.
|
|
|
|
|
|
|
|
Also changed reporter to dots, to decrease
verbosity a little bit
|
|
|
|
It is now on version 1.0.0, to support phantomjs2,
now we bumped the version of phantomjs to 2.1.1 in
all environments and for all the types of tests
|
|
expressly added non-zero exit code if minification fails
upgraded minify version
Issue #655
|
|
|
|
|
|
|
|
|
|
- Change 'use strict' mode to function-level
- Update needed files
|
|
|
|
- Change vagrant image to debian jessie
- Uses absolute path to jshint on package.json
|
|
|
|
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e.
|
|
|
|
|
|
- Issue #453
|
|
|
|
|
|
|
|
|
|
|