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
t.equal(client.getTreatment('[email protected]','real_split'),'on','The evaluation will return the treatment defined in the flag if it exists');
116
+
t.equal(client.getTreatment('[email protected]','user_account_in_whitelist'),'off','The evaluation will return the treatment defined in the flag if it exists');
117
117
t.equal(client.getTreatment('[email protected]','non_existent_flag'),'OFF_FALLBACK','The evaluation will return `OFF_FALLBACK` if the flag does not exist and no fallbackTreatment is defined');
0 commit comments