Skip to content

Commit c24c12f

Browse files
author
Christopher J. Brody
committed
test with custom modulePrefix (for Android & iOS)
covers extra breaking mutation 2 FROM PR #83: diff --git a/lib/normalized-options.js b/lib/normalized-options.js index 9c49d88..e4576e1 100644 --- a/lib/normalized-options.js +++ b/lib/normalized-options.js @@ -10,7 +10,7 @@ module.exports = (options) => { const prefix = options.prefix || ''; - const modulePrefix = options.modulePrefix || DEFAULT_MODULE_PREFIX; + const modulePrefix = DEFAULT_MODULE_PREFIX; if (typeof name !== 'string') { throw new TypeError("Please write your library's name");
1 parent 0594780 commit c24c12f

File tree

2 files changed

+796
-0
lines changed

2 files changed

+796
-0
lines changed

0 commit comments

Comments
 (0)