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
// LOG_EVENT: should return callback with object argument properties of: url {str}, httpVerb {str}, params {obj} when an impression or conversion is sent
191
182
});
192
183
193
184
context('add notification listener for type OPTIMIZELY_CONFIG_UPDATE',function(){
// TRACK: should return a callback with object argument properties of: eventKey {str}, userId {str}, attributes {obj|undef}, eventTags {obj|undef}, logEvent {obj} when a conversion event is sent to Optimizely
context('send notification for type ACTIVATE',function(){
877
-
// ACTIVATE: should return callback with object argument properties of: experiment {obj}, user_id {str}, attributes{obj|undef}, variation{obj}, logEvent {obj} when an impression is sent
861
+
context('send notification for type ACTIVATE',function(){
878
862
it('the ACTIVATE callback should be called with exact options arguments',function(){
context('send notification for type DECISION',function(){
896
-
// DECISION: should return callback with object argument properties of: type {str}, userId {str}, attributes {obj|undef}, decisionInfo {obj|undef} when a decision is made in the system; type {str} (DECISION_TYPES): feature, ab-test, feature-test, feature-variable decisionInfo {obj|undef}: decisionInfo k-v map determined by type {str}
897
880
it('the DECISION callback should be ccalled with exact arguments',function(){
context('send notification for type LOG_EVENT',function(){
914
-
// LOG_EVENT: should return callback with object argument properties of: url {str}, httpVerb {str}, params {obj} when an impression or conversion is sent
915
897
it('the LOG_EVENT callback should be called with exact arguments',function(){
context('send notification for type TRACK',function(){
944
-
// TRACK: should return a callback with object argument properties of: eventKey {str}, userId {str}, attributes {obj|undef}, eventTags {obj|undef}, logEvent {obj} when a conversion event is sent to Optimizely
945
925
it('the TRACK callback should be called with exact arguments',function(){
0 commit comments