1.0.0 • Published 7 years ago

jest-coffee-preprocessor v1.0.0

Weekly downloads
1,153
License
MIT
Repository
github
Last release
7 years ago

jest-coffee-preprocessor

Greenkeeper badge Simple Coffee Script Preprocessor for Jest

Example Installation:

In package.json:

  "jest" :{
    "transform": {
      "^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest",
      "^.+\\.coffee$": "<rootDir>/node_modules/jest-coffee-preprocessor/index.js"
    },
    "moduleFileExtensions": [
      "coffee",
      "js",
      "json",
      "jsx"
    ]
  }