awesome-pug-jest
A Jest transform that compiles .pug files as template functions and includes pug utilsAdd to you
package.json
:
{
"jest": {
"transform": {
"\\.(pug)$": "awesome-pug-jest"
}
}
}
package.json
:
{
"jest": {
"transform": {
"\\.(pug)$": "awesome-pug-jest"
}
}
}
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.