1.3.0 • Published 6 years ago
jest-preset-coffeescript v1.3.0
Jest + CoffeeScript
Easily write your Jests in CoffeeScript.
Automatically handles transformation, including even tests written in literate CoffeeScript.
This will work on any .[lit]coffee[.md] file in your test/specs folder by default.
Install
npm install jest-preset-coffeescript --save-dev, then add the following to your package.json:
"jest": {
"preset": "jest-preset-coffeescript"
},