-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Replace KubeObjectDetailRegistry with injectable version #4631
Conversation
@@ -62,7 +62,8 @@ | |||
}, | |||
"moduleNameMapper": { | |||
"\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.ts", | |||
"\\.(svg)$": "<rootDir>/__mocks__/imageMock.ts" | |||
"\\.(svg)$": "<rootDir>/__mocks__/imageMock.ts", | |||
"^monaco-editor": "<rootDir>/node_modules/monaco-editor" |
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.
This mock is required so that jest won't complain about trying to load it.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
src/renderer/components/kube-object-details/kube-details-items/kube-details.injectable.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
f82e53f
to
b0baf4d
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Closing in favour of #4717 |
Signed-off-by: Sebastian Malton sebastian@malton.name