Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Incorporate additional review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 31, 2022
1 parent 1eaa021 commit f330b8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unittest/unit/update-bcd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,8 @@ describe('BCD updater', () => {
bcdFromSupport({
chrome: {version_added: '85', flags: [{}]},
chrome_android: [
// TODO: Remove flag data when adding enabled-by-default data.
// See https://github.com/mdn/browser-compat-data/pull/16637.
{version_added: '86'},
{flags: [{}], version_added: '85'}
]
Expand Down Expand Up @@ -1030,7 +1032,7 @@ describe('BCD updater', () => {
actual,
bcdFromSupport({
chrome: {version_added: false},
chrome_android: {version_added: '86'}
chrome_android: {version_added: '86'}
})
);
});
Expand Down

0 comments on commit f330b8a

Please sign in to comment.