UNPKG
livescript-jest
Version:
latest (0.2.0)
0.2.0
0.1.0
A preprocessor to help use LiveScript with Jest
github.com/kolotaev/livescript-jest
livescript-jest
/
test
/
bypass.spec.js
6 lines
(5 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
describe
(
'Preprocessor'
,
() =>
{
it
(
'should bypass .js files'
,
() =>
{
expect
(
'foo'
).
toMatch
(
'foo'
) }) });