Fix typo in ReactUpdatePriority-test.js (#21958)

continous -> continuous
This commit is contained in:
Ikko Ashimine
2021-09-06 21:16:05 +01:00
committed by GitHub
parent 37abc99418
commit 6d6bba5bfc
@@ -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