Don't run Casper.js tests by default

- remove casper tests from `grunt validate`
- the tests are still in the codebase & runnable manually for now
This commit is contained in:
Hannah Wolfe 2015-10-12 13:40:00 +01:00
parent 7f3a9f5675
commit 9c691f6d05

View File

@ -613,7 +613,7 @@ var _ = require('lodash'),
// details of each of the test suites. // details of each of the test suites.
// //
grunt.registerTask('test-all', 'Run tests and lint code', grunt.registerTask('test-all', 'Run tests and lint code',
['test-routes', 'test-module', 'test-unit', 'test-integration', 'test-ember', 'test-functional']); ['test-routes', 'test-module', 'test-unit', 'test-integration', 'test-ember']);
// ### Lint // ### Lint
// //