Skip to content

Commit

Permalink
remove code not needed from lib/normalized-options.js (#85)
Browse files Browse the repository at this point in the history
discovered thanks to mutation testing using Stryker
  • Loading branch information
Chris Brody authored Sep 4, 2019
1 parent 7e795e9 commit d6f7065
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/normalized-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ module.exports = (options) => {
return Object.assign(
{ name, prefix, modulePrefix },
options,
options.prefix
? {}
: { prefix: prefix },
moduleName
? {}
: { moduleName: `${modulePrefix}-${paramCase(name)}` },
moduleName
? {}
: { moduleName: `${modulePrefix}-${paramCase(name)}` },
Expand Down

0 comments on commit d6f7065

Please sign in to comment.