Skip to content

Commit

Permalink
Move jest-silent-reporter to x-pack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Oct 26, 2020
1 parent 872ac50 commit 5c866a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@
"jest-cli": "^26.4.2",
"jest-environment-jsdom-thirteen": "^1.0.1",
"jest-raw-loader": "^1.0.1",
"jest-silent-reporter": "^0.2.1",
"jest-when": "^2.7.2",
"jimp": "^0.14.0",
"jquery": "^3.5.0",
Expand Down
1 change: 1 addition & 0 deletions x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"jest-cli": "^26.4.2",
"jest-silent-reporter": "^0.2.1",
"jest-styled-components": "^7.0.2",
"js-search": "^1.4.3",
"jsdom": "13.1.0",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/apm/scripts/precommit.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ tasks.run().catch((error) => {
// from src/dev/typescript/exec_in_projects.ts
process.exitCode = 1;

console.log(error);

const errors = error.errors || [error];

for (const e of errors) {
Expand Down

0 comments on commit 5c866a3

Please sign in to comment.