aboutsummaryrefslogtreecommitdiff
path: root/test/tour_test.gleam
blob: 67c2bd57cd9d42fe4209ea8f67df5e32837bb2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
import gleeunit
import gleeunit/should

pub fn main() {
  gleeunit.main()
}

pub fn hello_world_test() {
  1
  |> should.equal(1)
}