Skip to content

Commit

Permalink
ci: removed unused test (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf authored Jun 4, 2024
1 parent 2c038c1 commit 2c51e26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/glitzer_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ import gleeunit/should
pub fn main() {
gleeunit.main()
}

// gleeunit test functions end in `_test`
pub fn hello_world_test() {
1
|> should.equal(1)
}

0 comments on commit 2c51e26

Please sign in to comment.