blob: 7913347e8925cccce095f7062fded90a1e60d37d (
plain) (
blame)
1
2
3
4
5
6
7
|
const expressHandlebars = require("../lib/express-handlebars.js");
describe("express-handlebars", () => {
test("should add tests", () => {
expect(expressHandlebars).toEqual(expect.any(Function));
});
});
|