mirror of
https://github.com/warpdotdev/warp.git
synced 2026-06-09 08:17:22 +08:00
6 lines
142 B
Rust
6 lines
142 B
Rust
mod common;
|
|
#[path = "integration/shell_integration_tests.rs"]
|
|
mod shell_integration_tests;
|
|
#[path = "integration/ui_tests.rs"]
|
|
mod ui_tests;
|