Skip to content

Commit bd2011e

Browse files
committed
Add basic test entry point for Gleeunit
Introduces THE ENTRY POINT test file 'sparkling_test.gleam' with a main function that runs Gleeunit tests. This sets up the project for running automated tests.
1 parent ede4045 commit bd2011e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/sparkling_test.gleam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import gleeunit
2+
3+
pub fn main() {
4+
gleeunit.main()
5+
}

0 commit comments

Comments
 (0)