MAESTRO: run prettier for phase 03 checklist

This commit is contained in:
Mariusz Banach
2026-02-18 00:55:51 +01:00
parent f0c33a93f9
commit eadf475609
5 changed files with 10 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ const getTextarea = (container: HTMLElement): HTMLTextAreaElement => {
};
const getAlert = (container: HTMLElement): HTMLElement | null =>
container.querySelector("[role=\"alert\"]");
container.querySelector('[role="alert"]');
afterEach(() => {
while (cleanups.length > 0) {