UNPKG
@jacobq/gulp-jest
Version:
latest (4.0.3-PR65)
4.0.3-PR65
Gulp plugin for running your Jest tests
github.com/alansouzati/gulp-jest
alansouzati/gulp-jest
@jacobq/gulp-jest
/
fixture-coverage
/
Model-pass-test.js
8 lines
(5 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Model
from
'./Model'
it
(
'should do something'
,
() =>
{
let
model =
Model
()
let
result = model.
run
() });