Skip to content

A simple Koa-based stub server to test new packages and middle wares.

License

Notifications You must be signed in to change notification settings

mattduffy/koa-stub

Repository files navigation

My Koa-based Stub Server

This package is meant to be used as a simple stub server to test new node.js packages. The koa app is very basic and not meant to be run outside of a testing framework. Currently, the framework of choice is Mocha with Chai and Chai HTTP.

Using Koa-stub

npm install --save-dev @mattduffy/koa-stub
import app from '@mattduffy/koa-stub'
app.use(myNewMiddleware)

...

About

A simple Koa-based stub server to test new packages and middle wares.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published