mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 08:01:46 +03:00
26c39f2a3f
This better expresses what it does, and leaves the `gitbutler-app` in the top-level where it can serve as visible entrypoint.
5 lines
165 B
Rust
5 lines
165 B
Rust
// TODO(ST): move test code into crate and use that, but wait for `crates/`
|
|
#[path = "../../crates/gitbutler-core/tests/shared/mod.rs"]
|
|
pub mod shared;
|
|
mod watcher;
|