UNPKG
bee-js
Version:
latest (1.0.2)
1.0.2
1.0.1
Bee is for behavior binding.
github.com/paulschwarz/bee
paulschwarz/bee
bee-js
/
test
/
bee.spec.js
9 lines
(7 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
describe
(
"Bee library"
,
function
(
) {
beforeEach
(
function
(
){ });
it
(
"contains spec with an expectation"
,
function
(
) {
expect
(
true
).
toBe
(
true
); }); });