refactor(app): migrate small styles to tailwind
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { renderToStaticMarkup } from "react-dom/server";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { PwaInstallOverlay } from "../pwa-install-overlay";
|
||||
|
||||
describe("PwaInstallOverlay", () => {
|
||||
it("does not render visible markup", () => {
|
||||
expect(renderToStaticMarkup(<PwaInstallOverlay enabled />)).toBe("");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user