Skip to content

Commit

Permalink
fix: added some exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 25, 2018
1 parent 8420ab2 commit f0f450e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Base, expect, fancy} from 'fancy-mocha'
import {Base, CatchOptions, EnvOptions, expect, fancy, NockScope, StdmockOptions} from 'fancy-mocha'

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

export {
expect,
Options,
Base,
CatchOptions,
EnvOptions,
NockScope,
Options,
StdmockOptions,
expect,
}

0 comments on commit f0f450e

Please sign in to comment.