Skip to content

iketari/awesome-pug-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published