Repository: usergrid Updated Branches: refs/heads/master 7349e25e8 -> a1acc868b
Add mocha-unit-reporter as a dependency so we don't have to install it separately when using. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/a1acc868 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/a1acc868 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/a1acc868 Branch: refs/heads/master Commit: a1acc868b584ac5f401916703745e76701ad9ed7 Parents: 7349e25 Author: Michael Russo <[email protected]> Authored: Tue Jan 12 13:37:55 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Tue Jan 12 13:37:55 2016 -0800 ---------------------------------------------------------------------- tests/integration/.gitignore | 1 + tests/integration/package.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/a1acc868/tests/integration/.gitignore ---------------------------------------------------------------------- diff --git a/tests/integration/.gitignore b/tests/integration/.gitignore index af22cac..f47335b 100644 --- a/tests/integration/.gitignore +++ b/tests/integration/.gitignore @@ -1,2 +1,3 @@ node_modules/ config/override.js +test-results.xml http://git-wip-us.apache.org/repos/asf/usergrid/blob/a1acc868/tests/integration/package.json ---------------------------------------------------------------------- diff --git a/tests/integration/package.json b/tests/integration/package.json index d8b24e5..de8514e 100644 --- a/tests/integration/package.json +++ b/tests/integration/package.json @@ -3,12 +3,13 @@ "version": "0.0.1", "devDependencies": { "async": "^1.2.1", + "colors": "~1.1.2", "mocha": "~2.2.5", + "mocha-junit-reporter": "^1.9.1", "request": "~2.58.0", "should": "~6.0.3", "underscore": "^1.8.3", - "uuid": "^2.0.1", - "colors": "~1.1.2" + "uuid": "^2.0.1" }, "engines": { "node": ">0.12.1"
