UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

12 lines (10 loc) 243 B
const globalTeardown = () => { if (global.testClient) { global.testClient.close(); } if (global.testServer) { global.testServer.close(); } }; // eslint-disable-next-line import/no-default-export export default globalTeardown;