UNPKG

triam-base

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