UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

8 lines (6 loc) 146 B
import rizzo from "../../../src/core/rizzo"; describe("rizzo", () => { it("should be a thing", () => { expect(rizzo).to.be.ok(); }); });