at main 174 B view raw
1import gleeunit 2import gleeunit/should 3 4pub fn main() { 5 gleeunit.main() 6} 7 8// gleeunit test functions end in `_test` 9pub fn hello_world_test() { 10 1 11 |> should.equal(1) 12}