Skip to content

Commit dc5a415

Browse files
romellemmrazauskas
andauthored
Links directly to ImmutableJS predicates / constants
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
1 parent a2934f0 commit dc5a415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/expect-utils/src/jasmineUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function isDomNode(obj: any): boolean {
238238
);
239239
}
240240

241-
// SENTINEL constants are from https://github.com/facebook/immutable-js
241+
// SENTINEL constants are from https://github.com/immutable-js/immutable-js/tree/main/src/predicates
242242
const IS_KEYED_SENTINEL = '@@__IMMUTABLE_KEYED__@@';
243243
const IS_SET_SENTINEL = '@@__IMMUTABLE_SET__@@';
244244
const IS_LIST_SENTINEL = '@@__IMMUTABLE_LIST__@@';

0 commit comments

Comments
 (0)