We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080f0cc commit e840a64Copy full SHA for e840a64
Tests/CodeEditSourceEditorTests/FindPanelViewModelTests.swift
@@ -17,9 +17,11 @@ struct FindPanelViewModelTests {
17
var text: String = ""
18
var findPanelTargetView: NSView
19
var cursorPositions: [CursorPosition] = []
20
+ var textView: TextView!
21
22
@MainActor init() {
23
findPanelTargetView = NSView()
24
+ textView = TextView(string: text)
25
}
26
27
func setCursorPositions(_ positions: [CursorPosition], scrollToVisible: Bool) { }
0 commit comments