UNPKG
loca
Version:
latest (1.0.1)
1.0.1
1.0.0
WebKit reporter for Mocha
github.com/simov/loca
simov/loca
loca
/
nw
/
browser
/
test
/
one.js
13 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
tests.
one
=
function
(
) {
describe
(
'one'
,
function
(
) {
it
(
'do something clever'
,
function
(
done
) { $(
'#logo a'
).
attr
(
'href'
).
should
.
equal
(
'http://wallbase.cc/'
);
done
(); }); }); }