Skip to content

Commit 9cd6e4b

Browse files
committed
Clarify test name
1 parent 2b9012f commit 9cd6e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-devtools-scheduling-profiler/src/view-base/utils/__tests__/scrollState-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe(clampState, () => {
7171
).toBeCloseTo(0, 10);
7272
});
7373

74-
it('should passthrough length if inside container length', () => {
74+
it('should passthrough length if container fits in content', () => {
7575
expect(
7676
clampState({
7777
state: {offset: 0, length: 70},

0 commit comments

Comments
 (0)