unexpected-koa
v1.0.0
Published
[![Build Status](https://travis-ci.org/gustavnikolaj/unexpected-koa.svg?branch=master)](https://travis-ci.org/gustavnikolaj/unexpected-koa)
Downloads
1,770
Readme
Unexpected Koa
Plugin for unexpected that makes it easy to test koa applications.
The plugin is adapted from unexpected-express.
The plugin had been tested against koa v2 both when the async functions are transpiled to regenerator using babel and when running with async function support enabled in node.js 7.
It seems to work with koa version 1, but I didn't test it extensively.