UNPKG

livescript-jest

Version:

A preprocessor to help use LiveScript with Jest

6 lines (5 loc) 117 B
describe('Preprocessor', () => { it('should bypass .js files', () => { expect('foo').toMatch('foo') }) });