Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Matt Godbolt
2026-07-14 16:53:23 +01:00
committed by GitHub
parent dbbbf1c421
commit 2dd2672049

View File

@@ -197,7 +197,7 @@ describe('Static assets', () => {
// files must exist, so a missing asset or a wrong directory fails the build, not just prod.
const publicDir = getBrandingAssetDir(true, '/unused');
it.each(['dev', 'beta', 'staging'])('has favicon + logo overlay for %s', async extraBodyClass => {
it.each(['dev', 'beta', 'staging', 'winprod', 'winstaging', 'wintest'])('has favicon + logo overlay for %s', async extraBodyClass => {
await expect(validateBrandingAssets(publicDir, extraBodyClass)).resolves.toBeUndefined();
});
});