This package has been deprecated

Author message:

This package has been migrated to GitHub Packages.

jest-preset-coffeescript

1.3.0 • Public • Published

badge

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/spec[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

/jest-preset-coffeescript/

    Package Sidebar

    Install

    npm i jest-preset-coffeescript

    Weekly Downloads

    119

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    7.36 kB

    Total Files

    4

    Last publish

    Collaborators

    • danielbayley