UNPKG
aright-lexicon
Version:
latest (0.1.3)
0.1.3
0.1.2
babelute DSL for Object and Types validations
aright-lexicon
/
test
/
test.js
11 lines
(8 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* global describe, it */
import
chai
from
'chai'
;
const
expect = chai.
expect
;
describe
(
'Your tests'
,
() =>
{
it
(
'dummy'
,
() =>
{
expect
(
true
).
equal
(
true
); }); });