@shopify/jest-koa-mocks
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -1,3 +0,3 @@ | ||
import { Context } from 'koa'; | ||
export declare type Cookies = Context['cookies']; | ||
import type { Context } from 'koa'; | ||
export type Cookies = Context['cookies']; | ||
export interface Dictionary<T> { | ||
@@ -4,0 +4,0 @@ [key: string]: T; |
@@ -1,1 +0,1 @@ | ||
module.exports = require("./build/cjs/index.js"); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "@shopify/jest-koa-mocks", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Utilities to easily stub Koa context and cookies", |
@@ -12,3 +12,3 @@ # `@shopify/jest-koa-mocks` | ||
```bash | ||
$ yarn add @shopify/jest-koa-mocks | ||
yarn add @shopify/jest-koa-mocks | ||
``` | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
21978
236