Skip to content

Commit be4002f

Browse files
committed
chore: ignore branch that does not need to be tested
1 parent 42bffa2 commit be4002f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function stubError(error: Error) {
3232
].concat(Object.keys(err));
3333

3434
return keys.reduce((obj: GenericRecord, key) => {
35+
/* istanbul ignore next */
3536
if(key in err) {
3637
const val: unknown = err[key];
3738
if(typeof val !== 'function') {

0 commit comments

Comments
 (0)