mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 03:41:54 +08:00
Remove test timeout
This commit is contained in:
parent
a00619c8e0
commit
b1e99dfbaf
@ -86,7 +86,7 @@ const options: ConstructorParameters<typeof TestManager>[1] = {
|
|||||||
onReady: vi.fn(),
|
onReady: vi.fn(),
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('TestManager', { timeout: 2000 }, () => {
|
describe('TestManager', () => {
|
||||||
it('should create a vitest instance', async () => {
|
it('should create a vitest instance', async () => {
|
||||||
new TestManager(mockChannel, options);
|
new TestManager(mockChannel, options);
|
||||||
await new Promise((r) => setTimeout(r, 1000));
|
await new Promise((r) => setTimeout(r, 1000));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user