github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/rty/main_test.go (about) 1 package rty 2 3 import ( 4 "testing" 5 6 "github.com/gdamore/tcell" 7 ) 8 9 var screen tcell.Screen 10 11 func TestMain(m *testing.M) { 12 InitScreenAndRun(m, &screen) 13 }