UNPKG
nisemono
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Pretty simple test double library
github.com/kumabook/nisemono
kumabook/nisemono
nisemono
/
src
/
mock.js
6 lines
(3 loc)
•
60 B
JavaScript
View Raw
1
2
3
4
5
6
var
mock =
function
(
object
) { };
module
.
exports
= mock;