Replies: 1 comment
-
GPUI does have the macro You can see it documented here https://github.com/zed-industries/zed/blob/main/crates/gpui_macros/src/gpui_macros.rs#L85C1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
GPUI with UI Unit Test
Hi, I'm interested in GPUI crate, I'm wondering if we have any method to perform UI Unit Test to check the correctness of code utilized GPUI. Just Like Jest+React-Testing-Library for Javascript or Xcode UI Unit test for Swift.
Eg:
Beta Was this translation helpful? Give feedback.
All reactions