UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

17 lines (13 loc) • 355 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); }); });