Преглед на файлове

Bugfix in test grunt task

JC Brand преди 12 години
родител
ревизия
d8cf1b229e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -78,7 +78,7 @@ module.exports = function(grunt) {
         var done = this.async();
         var child_process = require('child_process');
         var exec = child_process.exec;
-        exec('phantomjs '+
+        exec('./node_modules/.bin/phantomjs '+
              'node_modules/jasmine-reporters/test/phantomjs-testrunner.js '+
              __dirname+'/tests.html',
              function (err, stdout, stderr) {