From 3b4d040432333248d5f6b3fcaf6ca3a5a93e93e4 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 15 Oct 2024 21:46:12 -0400 Subject: [PATCH] fix(teatestv2): remove ANSICompressor --- exp/teatest/v2/teatest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/exp/teatest/v2/teatest.go b/exp/teatest/v2/teatest.go index 089a965..f277f06 100644 --- a/exp/teatest/v2/teatest.go +++ b/exp/teatest/v2/teatest.go @@ -130,7 +130,6 @@ func NewTestModel(tb testing.TB, m tea.Model, options ...TestOption) *TestModel tea.WithInput(tm.in), tea.WithOutput(tm.out), tea.WithoutSignals(), - tea.WithANSICompressor(), // this helps a bit to reduce drift between runs ) interruptions := make(chan os.Signal, 1)