Skip to content

Commit

Permalink
fix(teatestv2): remove ANSICompressor
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 16, 2024
1 parent 4604409 commit 3b4d040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exp/teatest/v2/teatest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b4d040

Please sign in to comment.