mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 08:24:32 +00:00
Added test
This commit is contained in:
@@ -31,6 +31,17 @@ pendo.identify({
|
||||
}
|
||||
});
|
||||
|
||||
pendo.updateOptions({
|
||||
visitor: {
|
||||
id: 'foo'
|
||||
},
|
||||
account: {
|
||||
id: 'bar',
|
||||
TypeOfBusiness: 'brokers',
|
||||
dollarPerStop: 'true'
|
||||
}
|
||||
});
|
||||
|
||||
pendo.debugging.getEventCache();
|
||||
|
||||
pendo.events
|
||||
|
||||
Reference in New Issue
Block a user