mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added test
This commit is contained in:
parent
201ee02d00
commit
aae5758670
@ -31,6 +31,17 @@ pendo.identify({
|
||||
}
|
||||
});
|
||||
|
||||
pendo.updateOptions({
|
||||
visitor: {
|
||||
id: 'foo'
|
||||
},
|
||||
account: {
|
||||
id: 'bar',
|
||||
TypeOfBusiness: 'brokers',
|
||||
dollarPerStop: 'true'
|
||||
}
|
||||
});
|
||||
|
||||
pendo.debugging.getEventCache();
|
||||
|
||||
pendo.events
|
||||
|
||||
Loading…
Reference in New Issue
Block a user