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
assert.true(dependencyChildImpr,'Split we wanted to evaluate should be present on the impressions.');
59
59
assert.false(resp.some(e=>e.f==='hierarchical_dep_always_on'),'Parent split evaluations should not result in impressions.');
60
60
assert.false(resp.some(e=>e.f==='hierarchical_dep_hierarchical'),'No matter how deep is the chain.');
61
61
assert.true(splitWithConfigImpr,'Split evaluated with config should have generated an impression too.');
62
62
assert.false(Object.prototype.hasOwnProperty.call(splitWithConfigImpr.i[0],'configuration'),'Impressions do not change with configuration evaluations.');
63
63
assert.false(Object.prototype.hasOwnProperty.call(splitWithConfigImpr.i[0],'config'),'Impressions do not change with configuration evaluations.');
0 commit comments