move tests to klondike

This commit is contained in:
2026-06-09 09:49:32 -07:00
parent 9cc223c160
commit 96e77df387
6 changed files with 13 additions and 12 deletions
-3
View File
@@ -4,9 +4,6 @@ use klondike::{
KlondikePile, KlondikePileStack, SkipCards, Tableau, TableauStack,
};
#[cfg(test)]
mod test;
use std::fmt::Display;
struct Displayed<T>(T);