@crossed/primitive
Version:
A universal & performant styling library for React Native, Next.js & React
11 lines (10 loc) • 371 B
JavaScript
import { jsx } from "react/jsx-runtime";
import { render } from "@crossed/test";
import { RemoveScroll } from "../index.native";
describe("RemoveScroll native", () => {
test("should return null", () => {
const { container } = render(/* @__PURE__ */ jsx(RemoveScroll, {}));
expect(container.innerHTML).toBe("");
});
});
//# sourceMappingURL=native.spec.js.map