We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb1616 commit 4437622Copy full SHA for 4437622
packages/addon-mcp/src/preset.test.ts
@@ -66,10 +66,6 @@ describe('experimental_devServer', () => {
66
'Content-Type': 'text/html',
67
});
68
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"'));
73
74
75
it('should show Storybook version requirement for addon-vitest and a manual manifest link', async () => {
0 commit comments