Fix for windows test failure.

This commit is contained in:
jacob314
2026-03-07 14:55:40 -08:00
parent 077a730f25
commit 7c8d5f9908

View File

@@ -236,7 +236,7 @@ describe('<Footer />', () => {
);
await waitUntilReady();
expect(lastFrame()).toContain('85%');
expect(lastFrame()).toMatchSnapshot();
expect(normalizeFrame(lastFrame())).toMatchSnapshot();
unmount();
});