Skip to content

Commit fab1f62

Browse files
author
Christopher J. Brody
committed
add test with name in camel case
covers the following possible mutation 3 from PR #86: diff --git a/lib/normalized-options.js b/lib/normalized-options.js index 6286419..bfec408 100644 --- a/lib/normalized-options.js +++ b/lib/normalized-options.js @@ -27,7 +27,7 @@ module.exports = (options) => { options, moduleName ? {} - : { moduleName: `${modulePrefix}-${paramCase(name)}` }, + : { moduleName: `${modulePrefix}-${name}` }, className ? {} : { className: `${prefix}${pascalCase(name)}` },
1 parent 3df34b9 commit fab1f62

File tree

2 files changed

+795
-0
lines changed

2 files changed

+795
-0
lines changed

0 commit comments

Comments
 (0)