Skip to content

Commit

Permalink
Links directly to ImmutableJS predicates / constants
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
  • Loading branch information
romellem and mrazauskas committed Apr 28, 2022
1 parent a2934f0 commit dc5a415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expect-utils/src/jasmineUtils.ts
Expand Up @@ -238,7 +238,7 @@ function isDomNode(obj: any): boolean {
);
}

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

0 comments on commit dc5a415

Please sign in to comment.