mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in ReactUpdatePriority-test.js (#21958)
continous -> continuous
This commit is contained in:
@@ -124,7 +124,7 @@ describe('ReactUpdatePriority', () => {
|
||||
});
|
||||
});
|
||||
expect(Scheduler).toHaveYielded([
|
||||
// Because the hide update has continous priority, it should interrupt the
|
||||
// Because the hide update has continuous priority, it should interrupt the
|
||||
// in-progress transition
|
||||
'(hidden)',
|
||||
// When the transition resumes, it's a no-op because the children are
|
||||
|
||||
Reference in New Issue
Block a user