feat: configure Cargo.toml to include src/tests.rs in test suite

This commit is contained in:
Andrew Phillips (aider)
2025-05-12 11:37:26 -03:00
parent 4c1fbdbd64
commit 4b8e082179
2 changed files with 5 additions and 0 deletions

View File

@@ -292,3 +292,4 @@ mod tests {
});
}
}
mod tests;