chore: Add missing test-support features to terminal_view and image_viewer (#22782)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-01-07 18:19:22 +01:00 committed by GitHub
parent 57dfaa63ca
commit f53a17b044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,9 @@ license = "GPL-3.0-or-later"
[lints]
workspace = true
[features]
test-support = ["editor/test-support", "gpui/test-support"]
[lib]
path = "src/terminal_view.rs"
doctest = false