UNPKG
ms-eventjs
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Library to manage events
github.com/Leiopython/eventjs
Leiopython/eventjs
ms-eventjs
/
Specs
/
eventjsSpec.js
5 lines
•
114 B
JavaScript
View Raw
1
2
3
4
5
describe
('Test', function() {
it
('should do addtion correctly', function() {
expect
(
1
+
1
)
.toBe
(
2
); }) });