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:
Rubén Norte
2025-03-26 11:09:42 -07:00
committed by Facebook GitHub Bot
parent 33bd90e07c
commit 499eef1fc8
@@ -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();