From 6f794b11db1a811dbc3843a369371c171473dacd Mon Sep 17 00:00:00 2001 From: abeer0 <47961062+iiio2@users.noreply.github.com> Date: Sat, 13 Jun 2026 22:09:19 +0600 Subject: [PATCH] chore: update links (#10591) --- packages/expect/src/jest-utils.ts | 2 +- packages/pretty-format/src/plugins/Immutable.ts | 2 +- packages/snapshot/src/port/mockSerializer.ts | 2 +- packages/vitest/src/integrations/mock/timers.ts | 2 +- packages/vitest/src/utils/memory-limit.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/expect/src/jest-utils.ts b/packages/expect/src/jest-utils.ts index dbfa2a783..218c2759a 100644 --- a/packages/expect/src/jest-utils.ts +++ b/packages/expect/src/jest-utils.ts @@ -366,7 +366,7 @@ export function hasProperty(obj: object | null, property: string): boolean { return hasProperty(getPrototype(obj), property) } -// SENTINEL constants are from https://github.com/facebook/immutable-js +// SENTINEL constants are from https://github.com/immutable-js/immutable-js const IS_KEYED_SENTINEL = '@@__IMMUTABLE_KEYED__@@' const IS_SET_SENTINEL = '@@__IMMUTABLE_SET__@@' const IS_LIST_SENTINEL = '@@__IMMUTABLE_LIST__@@' diff --git a/packages/pretty-format/src/plugins/Immutable.ts b/packages/pretty-format/src/plugins/Immutable.ts index fb7060e1b..671f768c1 100644 --- a/packages/pretty-format/src/plugins/Immutable.ts +++ b/packages/pretty-format/src/plugins/Immutable.ts @@ -8,7 +8,7 @@ import type { Config, NewPlugin, Printer, Refs } from '../types' import { printIteratorEntries, printIteratorValues } from '../collections' -// SENTINEL constants are from https://github.com/facebook/immutable-js +// SENTINEL constants are from https://github.com/immutable-js/immutable-js const IS_ITERABLE_SENTINEL = '@@__IMMUTABLE_ITERABLE__@@' const IS_LIST_SENTINEL = '@@__IMMUTABLE_LIST__@@' const IS_KEYED_SENTINEL = '@@__IMMUTABLE_KEYED__@@' diff --git a/packages/snapshot/src/port/mockSerializer.ts b/packages/snapshot/src/port/mockSerializer.ts index 15a6abdcb..a98ce821e 100644 --- a/packages/snapshot/src/port/mockSerializer.ts +++ b/packages/snapshot/src/port/mockSerializer.ts @@ -4,7 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * https://github.com/facebook/jest/blob/4eb4f6a59b6eae0e05b8e51dd8cd3fdca1c7aff1/packages/jest-snapshot/src/mockSerializer.ts#L4 + * https://github.com/jestjs/jest/blob/4eb4f6a59b6eae0e05b8e51dd8cd3fdca1c7aff1/packages/jest-snapshot/src/mockSerializer.ts#L4 */ import type { NewPlugin } from '@vitest/pretty-format' diff --git a/packages/vitest/src/integrations/mock/timers.ts b/packages/vitest/src/integrations/mock/timers.ts index fca90e896..688441eb0 100644 --- a/packages/vitest/src/integrations/mock/timers.ts +++ b/packages/vitest/src/integrations/mock/timers.ts @@ -2,7 +2,7 @@ * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of https://github.com/facebook/jest. + * LICENSE file in the root directory of https://github.com/jestjs/jest. */ import type { diff --git a/packages/vitest/src/utils/memory-limit.ts b/packages/vitest/src/utils/memory-limit.ts index f2f13e895..d45f9e1a4 100644 --- a/packages/vitest/src/utils/memory-limit.ts +++ b/packages/vitest/src/utils/memory-limit.ts @@ -2,7 +2,7 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of facebook/jest GitHub project tree. + * LICENSE file in the root directory of jestjs/jest GitHub project tree. */ import type { ResolvedConfig } from '../node/types/config' -- 2.51.2