Skip to content

Commit 25b8b74

Browse files
committed
windows
1 parent 126a404 commit 25b8b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/unit-test/verify-artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const checks = {
4343
file: join(BUILD, 'windows/contentScope.js'),
4444
tests: [
4545
{ kind: 'maxFileSize', value: CSS_OUTPUT_SIZE },
46-
{ kind: 'containsString', text: 'define_import_meta_trackerLookup_default', includes: true },
46+
{ kind: 'containsString', text: 'output.trackerLookup = define_import_meta_trackerLookup_default', includes: true },
4747
],
4848
},
4949
apple: {

0 commit comments

Comments
 (0)