livescript-jest

0.2.0 • Public • Published

livescript-jest

Simple LiveScript Preprocessor for Jest

npm version Build Status


Installation:

Install with npm or yarn:

npm i livescript-jest
 
# or 
 
yarn add livescript-jest

Usage:

In your package.json or jest.config.json specify ".ls" files preprocessor:

  "jest"{
    "transform": {
      "^.+\\.ls$": "livescript-jest",
    },
    "moduleFileExtensions": [
      "ls",
    ]
  }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    38
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    38
  • 0.1.0
    0

Package Sidebar

Install

npm i livescript-jest

Weekly Downloads

28

Version

0.2.0

License

MIT

Unpacked Size

3.59 kB

Total Files

8

Last publish

Collaborators

  • kolotaev