library test suite for drop validation, fixed drop return structures

This commit is contained in:
2026-02-19 20:14:21 -05:00
parent 55b93d9957
commit ad78896f72
8 changed files with 160 additions and 41 deletions

2
flow
View File

@ -100,7 +100,7 @@ install() {
test() {
info "Running jspg tests..."
cargo test --test tests "$@" || return $?
cargo test --tests "$@" || return $?
}
clean() {