0.2.0 • Published 5 years ago
livescript-jest v0.2.0
livescript-jest
Simple LiveScript Preprocessor for Jest
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",
]
}