UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

13 lines (8 loc) 181 B
'use strict'; var index = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(index, t); t.end(); });