matadon / jest-preset-coffeescript

πŸƒ Easily write your Jests in @CoffeeScript.

Home Page:https://npm.im/jest-preset-coffeescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

badge

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[s] folder by default.

Install

npm install jest-preset-coffeescript --save-dev, then add the following to your package.json:

"jest": {
  "preset": "jest-preset-coffeescript"
},

License

MIT Β© Daniel Bayley

About

πŸƒ Easily write your Jests in @CoffeeScript.

https://npm.im/jest-preset-coffeescript

License:MIT License


Languages

Language:CoffeeScript 100.0%