Skip to content

Commit

Permalink
fix: updated fancy-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 26, 2018
1 parent a91ae84 commit ed2562d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "/~https://github.com/dxcli/dev-test/issues",
"dependencies": {
"fancy-test": "^0.3.5",
"fancy-test": "^0.3.6",
"lodash": "^4.17.4"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Context, EnvOptions, expect, fancy, NockScope, Plugin} from 'fancy-test'
import {Base, Context, EnvOptions, expect, Fancy, fancy, NockScope, Plugin} from 'fancy-test'

import command from './command'
import exit from './exit'
Expand All @@ -14,6 +14,8 @@ export const test = fancy
export default test

export {
Base,
Fancy,
Context,
EnvOptions,
NockScope,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1743,9 +1743,9 @@ extsprintf@^1.2.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"

fancy-test@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.3.5.tgz#6ad7a38b1da46a62018981e3c80267a01bd023db"
fancy-test@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.3.6.tgz#bd967ffadb4fd890d033b0b6530c17466b24b3ec"
dependencies:
lodash "^4.17.4"
stdout-stderr "^0.1.4"
Expand Down

0 comments on commit ed2562d

Please sign in to comment.