aboutsummaryrefslogtreecommitdiff
path: root/docs/test/docs_test.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'docs/test/docs_test.gleam')
-rw-r--r--docs/test/docs_test.gleam12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/test/docs_test.gleam b/docs/test/docs_test.gleam
deleted file mode 100644
index 3831e7a..0000000
--- a/docs/test/docs_test.gleam
+++ /dev/null
@@ -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)
-}