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!") }