mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Rename LongTask as LongTasks in test (#50290)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50290 Changelog: [internal] Small rename as the official name of the API is LongTasks. Reviewed By: yungsters Differential Revision: D71734777 fbshipit-source-id: fac085e3b0d304f7d05087143c15d32cf2b0971b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
33bd90e07c
commit
499eef1fc8
+1
-1
@@ -42,7 +42,7 @@ function ensurePerformanceLongTaskTiming(
|
||||
return value;
|
||||
}
|
||||
|
||||
describe('LongTask API', () => {
|
||||
describe('LongTasks API', () => {
|
||||
it('does NOT report short tasks (under 50ms)', () => {
|
||||
const callback = jest.fn();
|
||||
|
||||
Reference in New Issue
Block a user