Files
setup-beam/test-projects/gleam_rebar3/test/gleam_rebar3_test.gleam
T
Paulo F. Oliveira c988d89031 Add Gleam (#67)
2021-08-03 18:56:12 +01:00

8 lines
147 B
Gleam

import gleam_rebar3
import gleam/should
pub fn hello_world_test() {
gleam_rebar3.hello_world()
|> should.equal("Hello, from gleam_rebar3!")
}