UNPKG

test-triam-base-contract

Version:

Low level triam smart cotnract support library

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; } }); });