You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[test_case("@example.com/browserslist-config-test", json!(["ie 11"]),"extends @example.com/browserslist-config-test";"scoped package with dot in name")]
102
104
#[test_case("@scope/browserslist-config-test-file/ie", json!(["ie 11"]),"extends @scope/browserslist-config-test-file/ie";"file in scoped package")]
105
+
#[test_case("@scope/browserslist-config/ie", json!(["ie 11"]),"extends @scope/browserslist-config/ie";"file in scoped package with standard name")]
0 commit comments