Plato on Github
Report Home
src\fixtures.js
Maintainability
93.31
Lines of code
5
Difficulty
2.50
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
function makeFakeRouterDriver () { return function routerDriver (routeIntent$) { routeIntent$.tap(console.log.bind(console, 'routerDriver : routeIntent$ :')) } }