UNPKG

@repeatgg/react-paypal-button-v2

Version:

An easy and simple to use React button component to implement PayPal's Checkout with Smart Payment Buttons V2 (Version 2).

10 lines (6 loc) 292 B
/* A light wrapper to apply enzyme adapter configuration and expose enzyme members */ import "raf/polyfill"; import { configure, shallow, mount, render } from "enzyme"; import Adapter from "enzyme-adapter-react-16" configure({ adapter: new Adapter() }); export { shallow, mount, render };