UNPKG
babelute-html-dom-pragmatics
Version:
latest (0.3.0)
0.3.0
0.2.0
Pure DOM engine for babelue-html-lexicon
babelute-html-dom-pragmatics
/
test
/
test.js
11 lines
(8 loc)
•
186 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;
chai.
should
();
describe
(
'CoverageBabel'
,
() =>
{
it
(
'returns hello world message'
,
() =>
{ }); });