mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
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:
parent
7f3a9f5675
commit
9c691f6d05
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ var _ = require('lodash'),
|
|||
// details of each of the test suites.
|
||||
//
|
||||
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
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue