UNPKG

209 BJavaScriptView Raw
1const expressHandlebars = require("../lib/express-handlebars.js");
2
3describe("express-handlebars", () => {
4 test("should add tests", () => {
5 expect(expressHandlebars).toEqual(expect.any(Function));
6 });
7});