Remove incidental formatting-only changes from the manual update PR so it stays scoped to the autoUpdate feature.
@@ -1618,9 +1618,7 @@ describe('renderInterviewPage', () => {
expect(html).toContain(
"window.scrollTo({ top: 0, left: 0, behavior: 'smooth' });",
);
- expect(html).toContain(
- 'overlayText.textContent = "Submitting Answers...";',
- );
+ expect(html).toContain('overlayText.textContent = "Submitting Answers...";');
expect(html).toContain('scrollToTop();');
});
@@ -1,4 +1,4 @@
-import { describe, expect, test } from 'bun:test';
+import { expect, describe, test } from 'bun:test';
import { collapseSystemInPlace } from './system-collapse';
/**