mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
MAESTRO: run prettier for phase 03 checklist
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user