UNPKG
ifd
Version:
%s (0.0.3)
latest (0.1.0)
0.1.0
0.0.3
0.0.1
Life Extending Ternary Operator Abstractions
github.com/artisin/ifd
artisin/ifd
ifd
/
__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; } };