Update karma path

This commit is contained in:
Yemel Jardi 2015-01-15 18:45:12 -03:00
parent 45941d499e
commit 9d66fe59d5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function startGulp(name, opts) {
};
var testkarma = shell.task([
'./node_modules/karma/bin/karma start ./node_modules/gulp-bitcore/karma.conf.js'
'./node_modules/gulp-bitcore/node_modules/karma/bin/karma start ./node_modules/gulp-bitcore/karma.conf.js'
]);
gulp.task('test:node', testmocha);