Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silences warning logs and adds additional earlier skip check if no detected BCD updates #909

Merged
Prev Previous commit
Next Next commit
walks back edits to "normal" update unit test
  • Loading branch information
ChrisC committed Dec 4, 2023
commit 09eb95aa75a7a3c4e9a33d5e9ffd7506da4e7b18
8 changes: 0 additions & 8 deletions scripts/update-bcd.test.ts
Original file line number Diff line number Diff line change
@@ -286,11 +286,6 @@ const reports: Report[] = [
exposure: "Window",
result: false,
},
{
name: "api.unspecifiedVersionAPI",
exposure: "Window",
result: true,
},
{
name: "css.properties.font-family",
exposure: "Window",
@@ -1088,9 +1083,6 @@ describe("BCD updater", () => {
SuperNewInterface: {
__compat: {support: {chrome: {version_added: "100"}}},
},
unspecifiedVersionAPI: {
__compat: {support: {chrome: {version_added: "≤85"}}},
},
},
browsers: {
chrome: {name: "Chrome", releases: {82: {}, 83: {}, 84: {}, 85: {}}},
3 changes: 0 additions & 3 deletions unittest/bcd.test.ts
Original file line number Diff line number Diff line change
@@ -116,9 +116,6 @@ export default {
SuperNewInterface: {
__compat: {support: {chrome: {version_added: "100"}}},
},
unspecifiedVersionAPI: {
__compat: {support: {chrome: {version_added: true}}},
},
},
browsers: {
chrome: {name: "Chrome", releases: {82: {}, 83: {}, 84: {}, 85: {}}},