iketari / awesome-pug-jest

A Jest transform that compiles .pug files as template functions and includes pug utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-pug-jest

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"
    }
  }
}

About

A Jest transform that compiles .pug files as template functions and includes pug utils

License:MIT License


Languages

Language:JavaScript 100.0%