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 a2934f0 commit dc5a415Copy full SHA for dc5a415
packages/expect-utils/src/jasmineUtils.ts
@@ -238,7 +238,7 @@ function isDomNode(obj: any): boolean {
238
);
239
}
240
241
-// 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
242
const IS_KEYED_SENTINEL = '@@__IMMUTABLE_KEYED__@@';
243
const IS_SET_SENTINEL = '@@__IMMUTABLE_SET__@@';
244
const IS_LIST_SENTINEL = '@@__IMMUTABLE_LIST__@@';
0 commit comments