UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

17 lines (13 loc) 352 B
"use strict"; var assert = require("@sinonjs/referee-sinon").assert; var globalObject = require("./global"); describe("global", function() { before(function() { if (typeof global === "undefined") { this.skip(); } }); it("is same as global", function() { assert.same(globalObject, global); }); });