Finished moving tests into lib test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-06 10:41:10 -05:00
parent fb91971a1c
commit aca474b42c
4 changed files with 162 additions and 1495 deletions

View File

@@ -10,7 +10,7 @@ mod show;
mod update;
mod user;
pub use crate::document::{DocDef, Field, FieldType, IndexType, Record, Records};
pub use crate::document::{DocDef, DocFuncType, Field, FieldType, IndexType, Record, Records};
pub use action_type::Action;
pub use addition::Addition;
pub use calculation::{CalcValue, Calculation, Operand};