UNPKG
fzkes
Version:
latest (0.15.0)
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.1
0.11.0
0.10.1
0.10.0
0.9.0
0.8.0
0.7.1
A faking library
github.com/fizker/fzkes
fizker/fzkes
fzkes
/
src
/
is-fake.js
5 lines
(4 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
module.exports =
function
isFake
(
maybeFake
)
{
return
typeof
(maybeFake.calls) ===
'function'
&&
typeof
(maybeFake.wasCalled) ===
'function'
}