UNPKG

whatsapp-auth

Version:

Module for authenticating applications via WhatsApp

10 lines (9 loc) 208 B
import '@testing-library/jest-native/extend-expect'; declare global { namespace jest { interface Matchers<R> { toHaveTextContent: (expected: string) => R; toBeVisible: () => R; } } }