@@ -989,7 +989,8 @@ describe('RoktManager', () => {
989989 const kit : Partial < IRoktKit > = {
990990 launcher : {
991991 selectPlacements : jest . fn ( ) ,
992- hashAttributes : jest . fn ( )
992+ hashAttributes : jest . fn ( ) ,
993+ use : jest . fn ( ) ,
993994 } ,
994995 selectPlacements : jest . fn ( ) ,
995996 hashAttributes : jest . fn ( ) ,
@@ -1034,7 +1035,8 @@ describe('RoktManager', () => {
10341035 const kit : Partial < IRoktKit > = {
10351036 launcher : {
10361037 selectPlacements : jest . fn ( ) ,
1037- hashAttributes : jest . fn ( )
1038+ hashAttributes : jest . fn ( ) ,
1039+ use : jest . fn ( ) ,
10381040 } ,
10391041 selectPlacements : jest . fn ( ) . mockResolvedValue ( { } ) ,
10401042 hashAttributes : jest . fn ( ) ,
@@ -1089,7 +1091,8 @@ describe('RoktManager', () => {
10891091 const kit : Partial < IRoktKit > = {
10901092 launcher : {
10911093 selectPlacements : jest . fn ( ) ,
1092- hashAttributes : jest . fn ( )
1094+ hashAttributes : jest . fn ( ) ,
1095+ use : jest . fn ( ) ,
10931096 } ,
10941097 selectPlacements : jest . fn ( ) ,
10951098 hashAttributes : jest . fn ( ) ,
@@ -1132,7 +1135,8 @@ describe('RoktManager', () => {
11321135 const kit : Partial < IRoktKit > = {
11331136 launcher : {
11341137 selectPlacements : jest . fn ( ) ,
1135- hashAttributes : jest . fn ( )
1138+ hashAttributes : jest . fn ( ) ,
1139+ use : jest . fn ( ) ,
11361140 } ,
11371141 selectPlacements : jest . fn ( ) ,
11381142 hashAttributes : jest . fn ( ) ,
@@ -1184,7 +1188,8 @@ describe('RoktManager', () => {
11841188 const kit : Partial < IRoktKit > = {
11851189 launcher : {
11861190 selectPlacements : jest . fn ( ) ,
1187- hashAttributes : jest . fn ( )
1191+ hashAttributes : jest . fn ( ) ,
1192+ use : jest . fn ( ) ,
11881193 } ,
11891194 selectPlacements : jest . fn ( ) ,
11901195 hashAttributes : jest . fn ( ) ,
0 commit comments