koa-skeleton
koa-skeleton copied to clipboard
Parameterize application
Replace singleton modules with function modules that initialize an object that's then threaded through the app.
For example, this would allow tests to invoke a fresh app every time instead of reusing singletons.