mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03: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
@ -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
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user