supertest-koa-agent
Version:
Converts a Koa app into a supertest compatible agent instance.
20 lines (15 loc) • 420 B
Markdown
# Change Log
All notable changes to this project will be documented in this file (keepachangelog.com).
## 0.2.1 - 2015-05-18
### Added
- add release scripts.
### Changed
- correct versioning.
- update dev deps (`istanbul` => 0.3.14, `standard` => 3.11.0)
- update deps (`supertest` => 1.0.1)
## 0.1.1 - 2015-05-12
### Added
- add supertest koa tape-runner example.
## 0.1.0 - 2015-05-04
### Added
- Initial Version.