UNPKG

jasmine-node

Version:
7 lines (6 loc) 191 B
describe("helper", function() { it("should load the helpers", function() { var expectation= expect(true); expect(typeof(expectation.toHaveProperty)).toBe('function'); }); });