mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixing tests
This commit is contained in:
parent
e9d2646997
commit
003f9d2048
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ var path = require('path'),
|
|||
grunt.registerTask('test-functional', ['setTestEnv', 'express:test', 'spawn-casperjs']);
|
||||
|
||||
// Run tests and lint code
|
||||
grunt.registerTask("validate", ["jslint", "mochacli:all", "test-functional"]);
|
||||
grunt.registerTask("validate", ["jslint", "test-unit", "test-functional"]);
|
||||
|
||||
// Generate Docs
|
||||
grunt.registerTask("docs", ["groc"]);
|
||||
|
|
Loading…
Add table
Reference in a new issue