UNPKG
colur
Version:
latest (1.0.0)
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
A kool colur logger
github.com/artisin/colur
artisin/colur
colur
/
__tests__
/
mocha-works
/
exp-assertion.js
8 lines
(5 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.exports = {
exp
:
function
()
{
return
(
5
).should.be.exactly(
5
).
and
.be.a.Number; } };