diff options
| author | Dax Raad <[email protected]> | 2025-05-30 20:47:56 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-30 20:48:36 -0400 |
| commit | f3da73553c45f17e04b1e77cb13eb0fca714d1bd (patch) | |
| tree | a24317a19e1ab2a89da50db669dc6894f15d00d1 /internal/tui/components/spinner/spinner_test.go | |
| parent | 9a26b3058ffc1023e5c7e54b6d571c903d15888e (diff) | |
| download | opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.tar.gz opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.zip | |
sync
Diffstat (limited to 'internal/tui/components/spinner/spinner_test.go')
| -rw-r--r-- | internal/tui/components/spinner/spinner_test.go | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/internal/tui/components/spinner/spinner_test.go b/internal/tui/components/spinner/spinner_test.go deleted file mode 100644 index 065726e91..000000000 --- a/internal/tui/components/spinner/spinner_test.go +++ /dev/null @@ -1,24 +0,0 @@ -package spinner - -import ( - "testing" - "time" -) - -func TestSpinner(t *testing.T) { - t.Parallel() - - // Create a spinner - s := NewSpinner("Test spinner") - - // Start the spinner - s.Start() - - // Wait a bit to let it run - time.Sleep(100 * time.Millisecond) - - // Stop the spinner - s.Stop() - - // If we got here without panicking, the test passes -}
\ No newline at end of file |
