Skip to content

Commit 3102c69

Browse files
make istanbul happy
1 parent 1531d7e commit 3102c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/association.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export function getAssociationsByRelation(target: any, relatedClass: any): ISequ
147147
const _relatedClass = association.relatedClassGetter();
148148
return (
149149
_relatedClass.prototype === relatedClass.prototype || // v3 + v4
150+
/* istanbul ignore next */
150151
relatedClass.prototype instanceof _relatedClass // v4 (for child classes)
151152
);
152153
});

0 commit comments

Comments
 (0)