awesome-pug-jest
March 10, 2018 ยท View on GitHub
A Jest transform that compiles .pug files as template functions and includes pug utils
Add to you package.json:
{
"jest": {
"transform": {
"\\.(pug)$": "awesome-pug-jest"
}
}
}
March 10, 2018 ยท View on GitHub
A Jest transform that compiles .pug files as template functions and includes pug utils
Add to you package.json:
{
"jest": {
"transform": {
"\\.(pug)$": "awesome-pug-jest"
}
}
}