aboutsummaryrefslogtreecommitdiff
path: root/test/gleam_json_test.gleam
blob: d3b7633ea2fd55c07f279920a42319b387514f35 (plain)
1
2
3
4
5
6
7
import gleam_json
import gleam/should

pub fn hello_world_test() {
  gleam_json.hello_world()
  |> should.equal("Hello, from gleam_json!")
}