UNPKG

generator-reaction

Version:

Project generator for Reaction NodeJS projects. Built with Yeoman.

6 lines (5 loc) 105 B
describe("a guaranteed test", () => { it("should pass", () => { expect(true).toBe(true); }); });