Skip to content

Commit 499eef1

Browse files
rubennortefacebook-github-bot
authored andcommitted
Rename LongTask as LongTasks in test (facebook#50290)
Summary: Pull Request resolved: facebook#50290 Changelog: [internal] Small rename as the official name of the API is LongTasks. Reviewed By: yungsters Differential Revision: D71734777 fbshipit-source-id: fac085e3b0d304f7d05087143c15d32cf2b0971b
1 parent 33bd90e commit 499eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/src/private/webapis/performance/__tests__/LongTaskAPI-itest.js renamed to packages/react-native/src/private/webapis/performance/__tests__/LongTasksAPI-itest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function ensurePerformanceLongTaskTiming(
4242
return value;
4343
}
4444

45-
describe('LongTask API', () => {
45+
describe('LongTasks API', () => {
4646
it('does NOT report short tasks (under 50ms)', () => {
4747
const callback = jest.fn();
4848

0 commit comments

Comments
 (0)