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
/
index.js
12 lines
(10 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Set UI proxies. * *
@param
{
Object
}
hydro
*
@api
public
*/
module
.
exports
=
function
(
hydro
) { hydro.
set
(
'proxies'
,
'suite'
,
'addSuite'
); hydro.
set
(
'proxies'
,
'test'
,
'addTest'
); };