Skip to content

Commit

Permalink
chore(internal): use export object shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 14, 2020
1 parent 2333a91 commit 71617be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mocha/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ module.exports = {
createRolesHelper: require('./role').create,
failureArtifacts: require('./failure-artifacts'),
createFailureArtifactsHelpers: require('./failure-artifacts').create,
createFlaggedIt: createFlaggedIt,
createFlaggedIt,
createFlaggedDescribe,
};

0 comments on commit 71617be

Please sign in to comment.