We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
anymaniax
melloware
soartec-lab
Learn more about funding links in repositories.
Report abuse
1 parent b1d66dc commit b13df01Copy full SHA for b13df01
packages/mock/src/msw/index.ts
@@ -102,7 +102,7 @@ export const ${handlerName} = (${isReturnHttpResponse && !isTextPlain ? `overrid
102
isReturnHttpResponse
103
? isTextPlain
104
? `${getResponseMockFunctionName}()`
105
- : `JSON.stringify(overrideResponse ? overrideResponse : ${getResponseMockFunctionName}())`
+ : `JSON.stringify(overrideResponse !== undefined ? overrideResponse : ${getResponseMockFunctionName}())`
106
: null
107
},
108
{
0 commit comments