jest-templatecache-transformer
v0.0.1
Published
Jest transformer which handles html templates loaded from AngularJS templatecache
Readme
jest-templatecache-transformer
Jest transformer which handles html templates loaded from AngularJS $templatecache.
Usage
Add below configuration into package.json
.. code:: json
"jest": { "transform": { "(html)": "/node_modules/jest-templatecache-transformer" } }
Requirements
- Node.js v. 6
