UNPKG

jquery.payment

Version:

A general purpose library for building credit card forms, validating inputs and formatting numbers.

10 lines (8 loc) 256 B
window = require('jsdom').jsdom().defaultView global.window = window global.document = window.document global.getComputedStyle = window.getComputedStyle global.$ = require('zeptojs') window.$ = global.$ require('../src/jquery.payment') require('./specs')