/* @flow */ /*eslint-env node, jasmine */ describe("A suite", function() { it("contains spec with an expectation", function() { expect(new Buffer(3)).toBe(true); }); });