UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

8 lines (7 loc) 184 B
describe("Test the mock we provide to users", () => { it("Should load the mock successfully", () => { expect(() => { require("../../mock"); }).not.toThrow(); }); });