We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5847d46 commit 6f7b459Copy full SHA for 6f7b459
jest/async-storage-mock.js
@@ -2,9 +2,7 @@
2
* @format
3
*/
4
5
-import mergeOptions from 'merge-options';
6
-
7
-const merge = mergeOptions.bind({
+const merge = require('merge-options').bind({
8
concatArrays: true,
9
ignoreUndefined: true,
10
});
0 commit comments