mcr85 / jest-templatecache-transformer

Jest transformer which handles html templates loaded from AngularJS templatecache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jest-templatecache-transformer

Jest transformer which handles html templates loaded from AngularJS $templatecache.

Usage

Add below configuration into package.json

"jest": {
  "transform": {
    "(html)": "<rootDir>/node_modules/jest-templatecache-transformer"
  }
}

Requirements

  • Node.js v. 6

About

Jest transformer which handles html templates loaded from AngularJS templatecache


Languages

Language:JavaScript 100.0%