Skip to content

Commit 496bdba

Browse files
committed
additional test
1 parent 232942e commit 496bdba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

injected/unit-test/verify-artifacts.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const checks = {
2424
{ kind: 'maxFileSize', value: CSS_OUTPUT_SIZE },
2525
{ kind: 'containsString', text: '$TRACKER_LOOKUP$', includes: true },
2626
{ kind: 'containsString', text: 'Copyright (C) 2010 by Johannes Baagøe <[email protected]>', includes: true },
27+
{ kind: 'containsString', text: 'Copyright 2019 David Bau.', includes: true },
2728
],
2829
},
2930
firefox: {
@@ -48,6 +49,13 @@ const checks = {
4849
{ kind: 'containsString', text: '#bundledConfig', includes: false },
4950
],
5051
},
52+
'apple-isolated': {
53+
file: join(APPLE_BUILD, 'contentScopeIsolated.js'),
54+
tests: [
55+
{ kind: 'maxFileSize', value: CSS_OUTPUT_SIZE },
56+
{ kind: 'containsString', text: 'Copyright (c) 2014-2015, hassansin', includes: true },
57+
],
58+
},
5159
};
5260

5361
describe('checks', () => {

0 commit comments

Comments
 (0)