Skip to content

Commit

Permalink
Fix: Functional tests scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Oct 11, 2018
1 parent 91cdce3 commit 2dfc22e
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 13 deletions.
2 changes: 1 addition & 1 deletion functional-tests/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function gracefulShutdown() {
}

function errorCallback(err) {
console.log(err.response.body);
console.log(err);
gracefulShutdown();
}

Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bluebird": "^3.5.2",
"box-node-sdk": "^1.22.0",
"box-react-ui": "^25.12.0",
"chai": "^4.1.2",
"chai-dom": "^1.8.0",
Expand All @@ -53,6 +55,7 @@
"husky": "^0.14.3",
"jest": "^23.5.0",
"jest-canvas-mock": "^1.1.0",
"jws": "^3.1.5",
"lint-staged": "^7.2.2",
"mini-css-extract-plugin": "^0.4.2",
"mocha": "^5.2.0",
Expand All @@ -64,6 +67,10 @@
"postcss-loader": "^3.0.0",
"prettier": "^1.14.2",
"prettier-eslint-cli": "^4.4.2",
"pug": "^2.0.3",
"pug-code-gen": "^2.0.1",
"pug-filters": "^3.1.0",
"pug-lexer": "^4.0.0",
"rangy": "^1.3.0",
"raw-loader": "^0.5.1",
"rbush": "^2.0.1",
Expand Down
Loading

0 comments on commit 2dfc22e

Please sign in to comment.