mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[APM] Fix precommit script (#81594)
This commit is contained in:
parent
fb28424b39
commit
e160d54970
3 changed files with 11 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -25,7 +25,7 @@ const tasks = new Listr(
|
|||
[
|
||||
resolve(__dirname, './jest.js'),
|
||||
'--reporters',
|
||||
resolve(__dirname, './node_modules/jest-silent-reporter'),
|
||||
resolve(__dirname, '../../../../node_modules/jest-silent-reporter'),
|
||||
'--collect-coverage',
|
||||
'false',
|
||||
],
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -8227,7 +8227,7 @@ chai@3.5.0:
|
|||
deep-eql "^0.1.3"
|
||||
type-detect "^1.0.0"
|
||||
|
||||
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2, chalk@~2.4.1:
|
||||
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2, chalk@~2.4.1:
|
||||
version "2.4.2"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
||||
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
||||
|
@ -17249,6 +17249,14 @@ jest-serializer@^26.5.0:
|
|||
"@types/node" "*"
|
||||
graceful-fs "^4.2.4"
|
||||
|
||||
jest-silent-reporter@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/jest-silent-reporter/-/jest-silent-reporter-0.2.1.tgz#554dd62b800989cdbcfba22bf30a1c0db6ad289c"
|
||||
integrity sha512-nEO3oOFHtEXFjlRCbJOlvEWA7ZHyyyvMsU4WHuAhinYBOI4PiX1EIbsZfQZ/cxHcYliHBU9zY8bPxMPdBGksYw==
|
||||
dependencies:
|
||||
chalk "^2.3.1"
|
||||
jest-util "^24.0.0"
|
||||
|
||||
jest-snapshot@^26.3.0, jest-snapshot@^26.4.2:
|
||||
version "26.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.4.2.tgz#87d3ac2f2bd87ea8003602fbebd8fcb9e94104f6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue