Skip to content

Commit d6f7065

Browse files
author
Chris Brody
authored
remove code not needed from lib/normalized-options.js (#85)
discovered thanks to mutation testing using Stryker
1 parent 7e795e9 commit d6f7065

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/normalized-options.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ module.exports = (options) => {
2525
return Object.assign(
2626
{ name, prefix, modulePrefix },
2727
options,
28-
options.prefix
29-
? {}
30-
: { prefix: prefix },
31-
moduleName
32-
? {}
33-
: { moduleName: `${modulePrefix}-${paramCase(name)}` },
3428
moduleName
3529
? {}
3630
: { moduleName: `${modulePrefix}-${paramCase(name)}` },

0 commit comments

Comments
 (0)