You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/node-sdk/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -599,11 +599,11 @@ remove();
599
599
600
600
## Flag Overrides
601
601
602
-
Flag overrides allow you to override flags and their configurations locally. This is particularly useful for development and testing.
602
+
Flag overrides allow you to override flags and their configurations locally. This is particularly useful when testing changes locally, for example when running your app and clicking around to verify behavior before deploying your changes.
603
603
604
-
For tests, the recommended setup is to run the client in offline mode and configure overrides programmatically through the client options as shown above.
604
+
For automated tests, see the [Testing](#testing) section above.
605
605
606
-
When running locally, you also have these additional ways to provide overrides:
606
+
When testing locally during development, you also have these additional ways to provide overrides:
0 commit comments