mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
import { layoutLayoutTests } from "@refinedev/ui-tests";
|
|
import { ThemedLayoutV2 } from "./index";
|
|
|
|
describe("ThemedLayoutV2", () => {
|
|
layoutLayoutTests.bind(this)(ThemedLayoutV2);
|
|
});
|