Packages
This is a fork of gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI.
Current section
Files
Jump to
Current section
Files
src/glacier_gleeunit.gleam
//// This file exists merely as a proxy module and should not be merged into gleeunit
////
import gleeunit
pub fn main() -> Nil {
gleeunit.main()
}