UNPKG

adyenthreeds2-js-utils

Version:

These utilities are helper functions to get 3DS 2.0 integrated on to your webpage.

12 lines (9 loc) 311 B
import createIframe from './index'; const mockCallback = jest.fn(); describe('creating an iframe ', () => { test('should attach to the body', () => { expect( () => { createIframe(false , 'name', 'no-id', '12', '12', mockCallback).reject.toEqual(''); }); }); });