Handlebars transformer for Jest. Import handlebars files in your tests!
// ...
transform: {
"\\.hbs$": "<rootdir>/handlebars-jest-transformer.js",
}
// ...
}```
Handlebars files will get compiled by the processor and the render function imported.