Skip to content

Commit 6744804

Browse files
committed
fix test
1 parent 0709aa8 commit 6744804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/fake-promises/immediate/__tests__/generator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test('fake promises', () => {
1313
someValue = 'foobar';
1414
});
1515

16-
jest.runAllImmediates();
16+
jest.runAllTimers();
1717

1818
expect(someValue).toBe('foobar');
1919
});

0 commit comments

Comments
 (0)