Skip to content

Commit 6d4432d

Browse files
committed
fix: Move MaxOutputTokensControl test to __tests__ directory
1 parent 7b4f93c commit 6d4432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/MaxOutputTokensControl.test.tsx renamed to webview-ui/src/components/settings/__tests__/MaxOutputTokensControl.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { render, screen } from "@testing-library/react"
33

44
import type { ProviderSettings, ModelInfo } from "@roo-code/types"
55

6-
import { MaxOutputTokensControl } from "./MaxOutputTokensControl"
6+
import { MaxOutputTokensControl } from "../MaxOutputTokensControl"
77
import { Slider } from "@src/components/ui"
88

99
// Mock ResizeObserver globally

0 commit comments

Comments
 (0)