UNPKG
vexui
Version:
latest (1.0.0)
1.0.0
vexui for node
github.com/librechat201X/vexui
librechat201X/vexui
vexui
/
tests
/
index.js
9 lines
(6 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
test
from
'tape'
;
import
name
from
'../build/index.js'
test
(
'test results'
,
(
t
)=>
{ t.
same
(
1
,
1
); t.
end
(); });