test(cli): mark problematic tests as sequential to stabilize CI

This commit is contained in:
mkorwel
2026-04-16 16:05:18 +00:00
parent 844bb44411
commit e71a05c30a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ vi.mock('./components/Footer.js', async () => {
};
});
describe('App', () => {
describe.sequential('App', () => {
beforeEach(() => {
(useIsScreenReaderEnabled as Mock).mockReturnValue(false);
});