mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-27 09:45:53 +00:00
12 lines
No EOL
349 B
Rust
12 lines
No EOL
349 B
Rust
// Server integration tests are currently disabled as they require
|
|
// refactoring to work with the current architecture.
|
|
// The BackendManager API has changed and these tests need updating.
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn test_placeholder() {
|
|
// Placeholder test to keep the test file valid
|
|
assert_eq!(2 + 2, 4);
|
|
}
|
|
} |