Skip to content

Commit 20e82c9

Browse files
Address PR Comments
1 parent cfcde19 commit 20e82c9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test/src/tests.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,14 @@ describe('Rokt Forwarder', () => {
720720
await window.mParticle.forwarder.init(
721721
{
722722
accountId: '123456',
723+
placementEventMapping: JSON.stringify([
724+
{
725+
jsmap: 'test-event-hash',
726+
map: 'test-event-map',
727+
maptype: 'EventClass.Id',
728+
value: 'test-mapped-flag',
729+
},
730+
]),
723731
},
724732
reportService.cb,
725733
true

0 commit comments

Comments
 (0)