mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Fix small typo in InteractionManager-test.js (#23782)
Summary: Fix small typo in InteractionManager-test.js [General] [Fixed] - Fix small typo in InteractionManager-test.js Pull Request resolved: https://github.com/facebook/react-native/pull/23782 Differential Revision: D14349443 Pulled By: hramos fbshipit-source-id: aefa6ec2ed861d23dbc77af7b4918ddff9078ccd
This commit is contained in:
committed by
Facebook Github Bot
parent
c53d918c4e
commit
bc0bb2c88e
@@ -302,7 +302,7 @@ describe('promise tasks', () => {
|
||||
}, 100);
|
||||
};
|
||||
|
||||
it('resolves async tasks recusively before other queued tasks', () => {
|
||||
it('resolves async tasks recursively before other queued tasks', () => {
|
||||
return new Promise(bigAsyncTest);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user