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", ] }