-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dateHistogramInterval utility #37108
Conversation
Pinging @elastic/kibana-app-arch |
This comment has been minimized.
This comment has been minimized.
3262406
to
a0cf0b6
Compare
This comment has been minimized.
This comment has been minimized.
a0cf0b6
to
edf5f16
Compare
💔 Build Failed |
^ This remaining functional test failure seems legit. Console error in the browser says:
|
edf5f16
to
d71a3ce
Compare
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
x-pack/test_utils/jest/config.js
Outdated
@@ -20,6 +20,7 @@ export default { | |||
'server/**/*.js', | |||
], | |||
moduleNameMapper: { | |||
'^plugins/([^\/.]*)(.*)': '<rootDir>/src/legacy/core_plugins/$1/public$2', | |||
'^ui/(.*)': '<rootDir>**/public/$1', | |||
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/src/dev/jest/mocks/file_mock.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this module map would never have worked, since it should refer to <rootDir>/../src/dev/...
since the root dir of the x-pack tests is the x-pack folder itself? cc @spalger
This comment has been minimized.
This comment has been minimized.
Jenkins, test this |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
Close in favor of #39091 |
Summary
TBD
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers