File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ var constructor = function () {
410410 this . setUserAttribute = setUserAttribute ;
411411 this . onUserIdentified = onUserIdentified ;
412412 this . removeUserAttribute = removeUserAttribute ;
413- this . testGroup = [ 382761173318339093846102813504170n ] ;
413+ this . testGroup = [ BigInt ( '382761173318339093846102813504170' ) ] ;
414414
415415 /**
416416 * Checks if the Rokt kit is ready to use.
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ describe('Rokt Forwarder', () => {
583583 } ) ;
584584
585585 it ( 'should create a local launcher if the partner is in the local launcher test group' , async ( ) => {
586- window . mParticle . forwarder . testGroup = [ 249896952128253326n ] ;
586+ window . mParticle . forwarder . testGroup = [ BigInt ( '249896952128253326' ) ] ;
587587
588588 await window . mParticle . forwarder . init (
589589 { accountId : '123456' } ,
You can’t perform that action at this time.
0 commit comments