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 42bffa2 commit be4002fCopy full SHA for be4002f
src/utils.ts
@@ -32,6 +32,7 @@ export function stubError(error: Error) {
32
].concat(Object.keys(err));
33
34
return keys.reduce((obj: GenericRecord, key) => {
35
+ /* istanbul ignore next */
36
if(key in err) {
37
const val: unknown = err[key];
38
if(typeof val !== 'function') {
0 commit comments