UNPKG
dpayjs
Version:
latest (0.7.6)
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
dPay.js the JavaScript API for dPay blockchain
github.com/dpays/dpayjs
dpays/dpayjs
dpayjs
/
test
/
test.html
14 lines
(9 loc)
•
289 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
link
href
=
"../node_modules/mocha/mocha.css"
rel
=
"stylesheet"
/>
<
div
id
=
"mocha"
>
</
div
>
<
script
src
=
"../node_modules/mocha/mocha.js"
>
</
script
>
<
script
>
mocha.
setup
(
'bdd'
)
</
script
>
<
script
src
=
"../dist/dpay-tests.min.js"
>
</
script
>
<
script
>
mocha.checkLeaks(); mocha.run();
</
script
>