We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb17fd commit e57296bCopy full SHA for e57296b
src/object.js
@@ -18,7 +18,7 @@ var fakeObject = (nameOrType, config) => {
18
} else if (_.isString(nameOrType) || arguments.length === 0) {
19
return createTestDoubleViaProxy(nameOrType, withDefaults(config))
20
} else if (nameOrType === undefined) {
21
-
+ ensureUndifinedVariableNotPassed()
22
} else if (_.isFunction(nameOrType)) {
23
ensureFunctionIsNotPassed()
24
} else {
0 commit comments