We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48779fa commit be12caaCopy full SHA for be12caa
1 file changed
content/en/feature_flags/client/_index.md
@@ -34,7 +34,7 @@ A typical test follows this pattern:
34
35
1. Build a map of flag keys to variants in your test setup.
36
2. Register an `InMemoryProvider` with that map through the OpenFeature API.
37
-3. Evaluate flags through the same OpenFeature client your application uses.
+3. Units under test use OpenFeature Client backed by the `InMemoryProvider` returning the flag assignments configured at test setup
38
4. Reset the provider in test teardown to avoid cross-test state leakage.
39
40
See your platform's SDK page for a concrete test example:
0 commit comments