Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
kengoldfarb committed Jun 1, 2020
1 parent 4c1058f commit 2dc0b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MercuryMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let faker: {
}
}
try {
faker = require('@sprucelabs/test')
faker = require('@sprucelabs/test').faker
} catch (e) {
faker = {
name: {
Expand Down

0 comments on commit 2dc0b29

Please sign in to comment.