koa-skeleton icon indicating copy to clipboard operation
koa-skeleton copied to clipboard

Parameterize application

Open danneu opened this issue 7 years ago • 0 comments

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.

danneu avatar Apr 20 '18 07:04 danneu