Skip to content

Commit

Permalink
feat(mocktomata): add mt alias
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 8, 2020
1 parent 6923445 commit ca06f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mocktomata/src/nodejs/mockto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ import { createContext } from './createContext'
const context = createContext()

export const mockto = createMockto(context)

export const mt = mockto

0 comments on commit ca06f2b

Please sign in to comment.