UNPKG

valor-sdk

Version:

valor-sdk is a library for working with the Valor Horizon server.

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