mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 18:54:29 +01:00
test(server): fix broken test after changes to CSS generation
This commit is contained in:
parent
6e5176b088
commit
dbfaad6c06
@ -159,8 +159,8 @@ describe("CSS generation", () => {
|
||||
|
||||
expect(css).toContain("@font-face");
|
||||
expect(css).toContain("font-family: 'trilium-icon-pack-bx' !important;");
|
||||
expect(css).toContain(".bx.bx-ball::before { content: '\\e9c2'; }");
|
||||
expect(css).toContain(".bx.bxs-party::before { content: '\\ec92'; }");
|
||||
expect(css).toContain(`.bx.bx-ball::before { content: "\ue9c2"; }`);
|
||||
expect(css).toContain(`.bx.bxs-party::before { content: "\uec92"; }`);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user