diff --git a/test/test-utils/helpers/overrides-helper.ts b/test/test-utils/helpers/overrides-helper.ts index 07ea1ea3d09..8b21a2be454 100644 --- a/test/test-utils/helpers/overrides-helper.ts +++ b/test/test-utils/helpers/overrides-helper.ts @@ -51,7 +51,8 @@ export class OverridesHelper extends GameManagerHelper { /** * Override the starting biome - * @warning Any event listeners that are attached to {@linkcode NewArenaEvent} may need to be handled down the line + * + * ⚠️ Any event listeners that are attached to {@linkcode NewArenaEvent} may need to be handled down the line * @param biome - The biome to set */ public startingBiome(biome: BiomeId): this {