Start of aaaa
This commit is contained in:
12
test/gleamish_test.gleam
Normal file
12
test/gleamish_test.gleam
Normal file
@ -0,0 +1,12 @@
|
||||
import gleeunit
|
||||
import gleeunit/should
|
||||
|
||||
pub fn main() {
|
||||
gleeunit.main()
|
||||
}
|
||||
|
||||
// gleeunit test functions end in `_test`
|
||||
pub fn hello_world_test() {
|
||||
1
|
||||
|> should.equal(1)
|
||||
}
|
Reference in New Issue
Block a user