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

@ -24,3 +24,6 @@ theme.workspace = true
ui.workspace = true
util.workspace = true
workspace.workspace = true
[features]
test-support = ["gpui/test-support"]