UNPKG
hydro-tdd
Version:
latest (0.0.1)
0.0.1
TDD interface for hydro
github.com/hydrojs/hydro-tdd
hydrojs/hydro-tdd
hydro-tdd
/
test
/
test.js
7 lines
(6 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
suite(
'foo'
,
function
()
{ test(
'bar'
,
function
()
{
assert
(__hydro.runner.suites.length ===
1
);
assert
(__hydro.runner.suites[
0
].tests.length ===
1
); }); });