UNPKG

livescript-jest

Version:

A preprocessor to help use LiveScript with Jest

16 lines (15 loc) 268 B
module.exports = { moduleFileExtensions: [ 'js', 'ls', ], transform: { '^.+\\.spec.ls$': './index.js', }, transformIgnorePatterns: [ '/node_modules/' ], testMatch: [ '**/*.spec.(js|jsx|ts|tsx|ls)' ], }