gitbutler/gitbutler-app/tests/app.rs
Sebastian Thiel 26c39f2a3f
chore: move library from top-level to gitbutler-core
This better expresses what it does, and leaves the `gitbutler-app`
in the top-level where it can serve as visible entrypoint.
2024-03-30 22:39:21 +01:00

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;