test-js-with-node: Fix istanbul not being in PATH.

This commit is contained in:
Tim Abbott 2016-08-04 09:29:30 -07:00
parent 82b1218af9
commit 09b677b605
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -e
cd "$(dirname "$0")"/..
export NODE_PATH=/usr/lib/nodejs:static
export PATH=$PATH:node_modules/.bin
INDEX_JS=frontend_tests/zjsunit/index.js
NODEJS=$(which nodejs || which node)