livescript-jest
0.2.0 • Public • Published livescript-jest
Simple LiveScript Preprocessor for Jest
Installation:
Install with npm or yarn:
npm i livescript-jest
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
Version | Downloads (Last 7 Days) | Tag |
---|
0.2.0 | 3 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.2.0 | 3 | |
0.1.0 | 0 | |
Package Sidebar
Install
Weekly Downloads