UNPKG
desktop-ui.vusion
Version:
latest (0.4.0)
0.4.0
Vusion Desktop UI
vusion.github.io/desktop-ui
vusion/desktop-ui
desktop-ui.vusion
/
test
/
unit
/
test.spec.js
6 lines
(5 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
describe
(
'Test spec'
,
() =>
{
it
(
'should be detected'
,
() =>
{
expect
(
'foo'
).
to
.
be
.
a
(
'string'
); }); });