UNPKG

bee-js

Version:

Bee is for behavior binding.

9 lines (7 loc) 175 B
describe("Bee library", function() { beforeEach(function(){ }); it("contains spec with an expectation", function() { expect(true).toBe(true); }); });