1
0
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:
Roman 2023-01-12 17:50:43 +02:00
parent e3961ad2a8
commit 4a271d59b8
2 changed files with 15 additions and 1 deletions

View File

@ -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>

View File

@ -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() {
},
};
});