Skip to content

Commit 4437622

Browse files
committed
cleanup tests
1 parent 2fb1616 commit 4437622

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/addon-mcp/src/preset.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ describe('experimental_devServer', () => {
6666
'Content-Type': 'text/html',
6767
});
6868
expect(mockRes.end).toHaveBeenCalledWith(expect.stringContaining('<html'));
69-
expect(mockRes.end).toHaveBeenCalledWith(
70-
expect.not.stringContaining('Automatically redirecting to'),
71-
);
72-
expect(mockRes.end).toHaveBeenCalledWith(expect.not.stringContaining('http-equiv="refresh"'));
7369
});
7470

7571
it('should show Storybook version requirement for addon-vitest and a manual manifest link', async () => {

0 commit comments

Comments
 (0)