UNPKG
@descco/ui-core
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
Descco UI
github.com/descco-ui/core
descco-ui/core
@descco/ui-core
/
lib
/
js
/
utils
/
property.test.js
10 lines
(8 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
var
_chai =
require
(
'chai'
);
/**
@test
{
utils#property
} */
describe
(
'Utils - Property'
,
function
(
) {
it
(
'should have parameter'
,
function
(
) { (
0
, _chai.
expect
)(
true
).
to
.
eql
(
true
); }); });