Slide 27
Slide 27 text
Run Individual Test Suite
(Mocha)
The mocha unit testing framework has this great feature called
exclusive tests, where if you mark a certain test suite as the "only"
test suite, Mocha then will run only this one.
d
e
s
c
r
i
b
e
.
o
n
l
y
(
'
m
y t
e
s
t s
u
i
t
e
'
, f
u
n
c
t
i
o
n
(
)
{
.
.
.
}
)