zed/crates/collab_ui
Marshall Bowers 0de8672044
Add SystemClock (#8239)
This PR adds a `SystemClock` trait for abstracting away the system
clock.

This allows us to swap out the real system clock with a
`FakeSystemClock` in the tests, thus allowing the fake passage of time.

We're using this in `Telemetry` to better mock the clock for testing
purposes.

Release Notes:

- N/A
2024-02-22 22:28:08 -05:00
..
src Add SystemClock (#8239) 2024-02-22 22:28:08 -05:00
Cargo.toml Add "Extensions" item to user menu (#8183) 2024-02-22 14:01:20 +02:00
LICENSE-GPL