UNPKG
uxrocket.treelist
Version:
latest (0.3.0)
0.3.0
Tree view in tables
github.com/uxrocket/uxrocket.treelist
uxrocket/uxrocket.treelist
uxrocket.treelist
/
test
/
tests.js
13 lines
(11 loc)
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@author
Bilal Cinarli */
var
expect = chai.
expect
;
describe
(
'Testing UX Rocket Treelist'
,
function
(
) {
describe
(
'Properties'
,
function
(
) {
it
(
'should have version property'
,
function
(
) {
expect
($.uxrtreelist).
to
.
have
.
property
(
'version'
); }); }); });