Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix calling phantomjs.
  • Loading branch information
bramstein committed Dec 1, 2018
1 parent e154de9 commit 969dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -30,7 +30,7 @@ module.exports = function (grunt) {
build: ['build']
},
exec: {
test: 'phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html',
test: './node_modules/.bin/phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html',
deps: 'calcdeps -i src -i exports.js -p src -p ./vendor/google/base.js -p node_modules/closure-dom/src/dom.js -o deps > test/deps.js'
},
jshint: {
Expand Down

0 comments on commit 969dc35

Please sign in to comment.