@@ -19,7 +19,7 @@ const checks = {
19
19
file : join ( BUILD , 'android/contentScope.js' ) ,
20
20
tests : [
21
21
{ kind : 'maxFileSize' , value : CSS_OUTPUT_SIZE } ,
22
- { kind : 'containsString' , text : 'output.trackerLookup = { ' , includes : true } ,
22
+ { kind : 'containsString' , text : 'define_import_meta_trackerLookup_default ' , includes : true }
23
23
] ,
24
24
} ,
25
25
chrome : {
@@ -45,20 +45,20 @@ const checks = {
45
45
} ,
46
46
integration : {
47
47
file : join ( BUILD , 'integration/contentScope.js' ) ,
48
- tests : [ { kind : 'containsString' , text : 'const trackerLookup = { ' , includes : true } ] ,
48
+ tests : [ { kind : 'containsString' , text : 'define_import_meta_trackerLookup_default ' , includes : true } ] ,
49
49
} ,
50
50
windows : {
51
51
file : join ( BUILD , 'windows/contentScope.js' ) ,
52
52
tests : [
53
53
{ kind : 'maxFileSize' , value : CSS_OUTPUT_SIZE } ,
54
- { kind : 'containsString' , text : 'output.trackerLookup = { ' , includes : true } ,
54
+ { kind : 'containsString' , text : 'define_import_meta_trackerLookup_default ' , includes : true }
55
55
] ,
56
56
} ,
57
57
apple : {
58
58
file : join ( APPLE_BUILD , 'contentScope.js' ) ,
59
59
tests : [
60
60
{ kind : 'maxFileSize' , value : CSS_OUTPUT_SIZE } ,
61
- { kind : 'containsString' , text : 'output.trackerLookup = { ' , includes : true } ,
61
+ { kind : 'containsString' , text : 'output.trackerLookup = define_import_meta_trackerLookup_default ' , includes : true } ,
62
62
{ kind : 'containsString' , text : '#bundledConfig' , includes : false } ,
63
63
] ,
64
64
} ,
0 commit comments