mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-08 11:45:58 +00:00
13 lines
No EOL
414 B
Rust
13 lines
No EOL
414 B
Rust
// Terminal integration tests are currently disabled as they require
|
|
// significant refactoring to work with the current architecture.
|
|
// These tests need to be rewritten to work with the API client
|
|
// rather than directly testing terminal functionality.
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn test_placeholder() {
|
|
// Placeholder test to keep the test file valid
|
|
assert_eq!(1 + 1, 2);
|
|
}
|
|
} |