Skip to content

Commit 3f79de5

Browse files
committed
Unit tests
1 parent 6237606 commit 3f79de5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

injected/unit-test/features.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ describe('Features definition', () => {
55
// ensuring this order doesn't change, as it recently caused breakage
66
expect(platformSupport.apple).toEqual([
77
'webCompat',
8+
'duckPlayerNative',
89
'fingerprintingAudio',
910
'fingerprintingBattery',
1011
'fingerprintingCanvas',

injected/unit-test/verify-artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ console.log(ROOT);
88
const BUILD = join(ROOT, 'build');
99
const APPLE_BUILD = join(ROOT, 'Sources/ContentScopeScripts/dist');
1010
console.log(APPLE_BUILD);
11-
let CSS_OUTPUT_SIZE = 760_000;
11+
let CSS_OUTPUT_SIZE = 770_000;
1212
if (process.platform === 'win32') {
1313
CSS_OUTPUT_SIZE = CSS_OUTPUT_SIZE * 1.1; // 10% larger for Windows due to line endings
1414
}

0 commit comments

Comments
 (0)