From 9d66fe59d5be6e1bd279f6b26fef174e528cbc45 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 15 Jan 2015 18:45:12 -0300 Subject: [PATCH] Update karma path --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6735730..541bc64 100644 --- a/index.js +++ b/index.js @@ -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);