Gate server test imports behind cfg(feature = "server")

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-03 07:57:32 -07:00
parent 58a95d3ad2
commit 23b59a2f01
No known key found for this signature in database
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#[cfg(feature = "server")]
use fabro_test::{fabro_snapshot, test_context};
#[test]

View file

@ -1,3 +1,4 @@
#[cfg(feature = "server")]
use fabro_test::{fabro_snapshot, test_context};
#[test]

View file

@ -1,3 +1,4 @@
#[cfg(feature = "server")]
use fabro_test::{fabro_snapshot, test_context};
#[test]

View file

@ -1,3 +1,4 @@
#[cfg(feature = "server")]
use fabro_test::{fabro_snapshot, test_context};
#[test]