hello-world
This commit is contained in:
12
hello-world/test/hello_world_test.gleam
Normal file
12
hello-world/test/hello_world_test.gleam
Normal file
@@ -0,0 +1,12 @@
|
||||
import exercism/should
|
||||
import exercism/test_runner
|
||||
import hello_world
|
||||
|
||||
pub fn main() {
|
||||
test_runner.main()
|
||||
}
|
||||
|
||||
pub fn say_hi_test() {
|
||||
hello_world.hello()
|
||||
|> should.equal("Hello, World!")
|
||||
}
|
||||
Reference in New Issue
Block a user