const expressHandlebars = require("../lib/express-handlebars.js"); describe("express-handlebars", () => { test("should add tests", () => { expect(expressHandlebars).toEqual(expect.any(Function)); }); });