@shopify/jest-koa-mocks
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -5,7 +5,8 @@ # Changelog | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
<!-- ## [Unreleased] --> | ||
## 2.2.0 - 2019-12-19 | ||
## [2.2.0] - 2019-12-19 | ||
@@ -16,3 +17,3 @@ ### Added | ||
## 2.1.7 - 2019-10-23 | ||
## [2.1.7] - 2019-10-23 | ||
@@ -23,3 +24,3 @@ ### Fixed | ||
## 2.1.0 - 2019-01-18 | ||
## [2.1.0] - 2019-01-18 | ||
@@ -34,8 +35,8 @@ ### Fixed | ||
## 2.0.15 - 2019-01-11 | ||
## [2.0.15] - 2019-01-11 | ||
- Fix setting custom state in mock context [#467](https://github.com/Shopify/quilt/pull/467) | ||
## 2.0.14 - 2019-01-09 | ||
## [2.0.14] - 2019-01-09 | ||
- Start of Changelog |
{ | ||
"name": "@shopify/jest-koa-mocks", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"license": "MIT", | ||
"description": "", | ||
"description": "Utilities to easily stub Koa context and cookies", | ||
"main": "dist/src/index.js", | ||
@@ -7,0 +7,0 @@ "types": "dist/src/index.d.ts", |
@@ -6,3 +6,3 @@ # `@shopify/jest-koa-mocks` | ||
Utilities to easily stub Koa context and cookies. The utilities are designed to help you write unit tests for your koa middleware without needing to set up any kind of actual server in your test environment. When test writing is easy and fun you'll want to write more tests. ✨😎 | ||
Utilities to easily stub Koa context and cookies. The utilities are designed to help you write unit tests for your Koa middleware without needing to set up any kind of actual server in your test environment. When test writing is easy and fun you'll want to write more tests. ✨😎 | ||
@@ -9,0 +9,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16760