mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-07-22 01:46:48 -04:00
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:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user