fancy-test
Advanced tools
Comparing version 0.6.9 to 0.6.10
@@ -0,1 +1,9 @@ | ||
<a name="0.6.10"></a> | ||
## [0.6.10](https://github.com/jdxcode/fancy-test/compare/07988acff811e4cedd5afc753e8a139002a74160...v0.6.10) (2018-02-03) | ||
### Bug Fixes | ||
* added nock scope back ([6f30e60](https://github.com/jdxcode/fancy-test/commit/6f30e60)) | ||
<a name="0.6.9"></a> | ||
@@ -2,0 +10,0 @@ ## [0.6.9](https://github.com/jdxcode/fancy-test/compare/1c40e4c6aa4cc89e587191285706bcc66dcd7ed9...v0.6.9) (2018-02-03) |
import { expect } from './chai'; | ||
import { nock } from './nock'; | ||
import { NockScope } from './nock'; | ||
import * as FancyTypes from './types'; | ||
@@ -67,3 +67,3 @@ export declare const fancy: FancyTypes.Base<FancyTypes.Context, { | ||
a1: string; | ||
a2: (nock: nock.Scope) => any; | ||
a2: (nock: NockScope) => any; | ||
a3: {}; | ||
@@ -100,3 +100,3 @@ a4: {}; | ||
export declare type Fancy = typeof fancy; | ||
export { expect, FancyTypes }; | ||
export { expect, FancyTypes, NockScope }; | ||
export default fancy; |
import * as Nock from 'nock'; | ||
export declare function nock(host?: string, cb?: (nock: nock.Scope) => any): { | ||
export declare function nock(host?: string, cb?: (nock: NockScope) => any): { | ||
run(ctx: { | ||
@@ -11,5 +11,3 @@ nock: number; | ||
}; | ||
export declare namespace nock { | ||
interface Scope extends Nock.Scope { | ||
} | ||
export interface NockScope extends Nock.Scope { | ||
} |
{ | ||
"name": "fancy-test", | ||
"description": "extendable utilities for testing", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/fancy-test/issues", |
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
36816
530