mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-15 01:20:11 +02:00
Merge pull request #212 from mackstar/master
Replaced dependency on server.js for mocha tests.
This commit is contained in:
@@ -63,7 +63,8 @@ module.exports = function(grunt) {
|
||||
},
|
||||
mochaTest: {
|
||||
options: {
|
||||
reporter: 'spec'
|
||||
reporter: 'spec',
|
||||
require: 'server.js'
|
||||
},
|
||||
src: ['test/mocha/**/*.js']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user