Jest transformer which handles html templates loaded from AngularJS templatecache
npm install jest-templatecache-transformerjest-templatecache-transformer
==============================
Jest transformer which handles html templates loaded from AngularJS $templatecache.
Usage
-----
Add below configuration into package.json
.. code:: json
"jest": {
"transform": {
"(html)": "
}
}
Requirements
------------
- Node.js v. 6