UNPKG

jest-hbs-extension

Version:
8 lines (6 loc) 222 B
import toMatchCompiledHandlebarsTemplate from './toMatchCompiledHandlebarsTemplate'; export default (viewsPath) => { return { toMatchCompiledHandlebarsTemplate: toMatchCompiledHandlebarsTemplate(viewsPath), }; };