UNPKG

triam-sdk-contract

Version:

triam-sdk is a library for working with the Triam Horizon server.

8 lines (7 loc) 209 B
describe('Browser version tests', function() { it("lodash is not exported globally", function () { if (typeof window !== "undefined") { expect(typeof _ === "undefined").to.be.true; } }); });