diff --git a/package.json b/portal/package.json similarity index 100% rename from package.json rename to portal/package.json diff --git a/portal/runSpecJS.sh b/portal/runSpecJS.sh index ab71987cd6a..4fcffdaa48d 100644 --- a/portal/runSpecJS.sh +++ b/portal/runSpecJS.sh @@ -1 +1 @@ -find ./src/main/webapp/js/src -name "*.spec.js" | xargs mocha +find ./src/main/webapp/js/src -name "*.spec.js" | xargs node_modules/mocha/bin/mocha