From 82015882276f438ffbcb2dabd2a8a0ad30c3a128 Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Mon, 2 Feb 2026 16:57:56 -0600 Subject: [PATCH] fix!: updating to major version 1 --- packages/tooling/jest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tooling/jest/README.md b/packages/tooling/jest/README.md index c6e4f15f97..b7d70c8ff0 100644 --- a/packages/tooling/jest/README.md +++ b/packages/tooling/jest/README.md @@ -40,7 +40,7 @@ Use these 3 APIs for your test cases: - `mockFlags(flags: LDFlagSet)`: Mock flags at the start of each test case. Only mocks flags returned by the `useFlags` hook. -- `getLDClient()`: Returns a jest mock of the [LDClient](https://launchdarkly.github.io/js-client-sdk/interfaces/_launchdarkly_js_client_sdk_.ldclient.html). All methods of this object are jest mocks. +- `getLDClient()`: Returns a jest mock of the [LDClient](https://launchdarkly.github.io/js-core/packages/shared/sdk-client/docs/classes/LDClientImpl.html). All methods of this object are jest mocks. - `resetLDMocks()`: Resets both mockFlags and getLDClient mocks.