mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 01:17:53 +02:00
support for test:server and test:client grunt tasks which were removed from the merge of 0.4.0 into master
This commit is contained in:
@@ -231,6 +231,8 @@ module.exports = function (grunt) {
|
||||
|
||||
// Run the project tests
|
||||
grunt.registerTask('test', ['env:test', 'copy:localConfig', 'mongoose', 'mochaTest', 'karma:unit']);
|
||||
grunt.registerTask('test:server', ['env:test', 'mongoose', 'mochaTest']);
|
||||
grunt.registerTask('test:client', ['env:test', 'mongoose', 'karma:unit']);
|
||||
|
||||
// Run the project in development mode
|
||||
grunt.registerTask('default', ['env:dev', 'lint', 'copy:localConfig', 'concurrent:default']);
|
||||
|
||||
Reference in New Issue
Block a user