fancy-test
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -0,1 +1,9 @@ | ||
<a name="0.3.8"></a> | ||
## [0.3.8](https://github.com/jdxcode/fancy-test/compare/b0e248a8ddcc7753247d54465fc22df01078ec51...v0.3.8) (2018-01-26) | ||
### Bug Fixes | ||
* export types as FancyTypes ([716d3b9](https://github.com/jdxcode/fancy-test/commit/716d3b9)) | ||
<a name="0.3.7"></a> | ||
@@ -2,0 +10,0 @@ ## [0.3.7](https://github.com/jdxcode/fancy-test/compare/01401df6b2b732ede1b827bae775aa5e000d9e85...v0.3.7) (2018-01-26) |
@@ -7,2 +7,3 @@ /// <reference types="node" /> | ||
import { NockScope } from './nock'; | ||
import * as FancyTypes from './types'; | ||
export declare const fancy: Base<Context, { | ||
@@ -96,3 +97,3 @@ skip: { | ||
export declare type Fancy = typeof fancy; | ||
export { Base, Context, EnvOptions, NockScope, Plugin, expect }; | ||
export { FancyTypes, Base, Context, EnvOptions, NockScope, Plugin, expect }; | ||
export default fancy; |
@@ -11,2 +11,4 @@ "use strict"; | ||
const stub_1 = require("./stub"); | ||
const FancyTypes = require("./types"); | ||
exports.FancyTypes = FancyTypes; | ||
exports.fancy = base_1.default | ||
@@ -13,0 +15,0 @@ .register('catch', catch_1.default) |
{ | ||
"name": "fancy-test", | ||
"description": "extendable utilities for testing", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/fancy-test/issues", |
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
38735
30
500