diff --git a/test.sh b/test.sh index e6f157d0..998cfc7e 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh npm i jshint -./node_modules/jshint/bin/hint ./server.js --config ./.jshintrc \ No newline at end of file +./node_modules/jshint/bin/hint ./server.js ./lib/cloudfunc.js --config ./.jshintrc \ No newline at end of file