fix things around

This commit is contained in:
Payas Relekar 2024-03-23 22:27:24 +05:30
parent 91dba8f7ae
commit 9ee5cb8a82
3 changed files with 6 additions and 13 deletions

View file

@ -3,7 +3,7 @@ version = "0.0.2"
description = "WIP mbox parser in Gleam"
licences = ["LGPL-3.0-only"]
repository = { type = "github", user = "bhankas", repo = "gleammbox" }
repository = { type = "github", user = "bhankas", repo = "gleambox" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]

View file

@ -0,0 +1,5 @@
import gleeunit
pub fn main() {
gleeunit.main()
}

View file

@ -1,12 +0,0 @@
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)
}