mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
attempt to fix tests
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
e3961ad2a8
commit
4a271d59b8
@ -1141,7 +1141,7 @@ exports[`preferences - navigation to terminal preferences given in preferences,
|
||||
class="Select__single-value css-1dimb5e-singleValue"
|
||||
>
|
||||
<span
|
||||
style="font-family: RobotoMono; font-size: 12px;"
|
||||
style="font-family: RobotoMono, var(--font-terminal); font-size: 12px;"
|
||||
>
|
||||
RobotoMono
|
||||
</span>
|
||||
|
||||
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||
*/
|
||||
import { getGlobalOverride } from "../../../../common/test-utils/get-global-override";
|
||||
import { preloadAllTerminalFontsInjectable } from "./terminal-fonts.injectable";
|
||||
|
||||
export default getGlobalOverride(preloadAllTerminalFontsInjectable, () => {
|
||||
return {
|
||||
id: "",
|
||||
async run() {
|
||||
},
|
||||
};
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user