aboutsummaryrefslogtreecommitdiff
path: root/docs/test/docs_test.gleam
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-09-09 19:18:39 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-09-09 19:18:39 +0100
commit6316595b7c9ac5d7ea6ac518edab96300140c9f7 (patch)
treefe3ffc5af9a365e6d34671b71ff4409d47fc2e8a /docs/test/docs_test.gleam
parent9868860abb2aa31612a14254dfe2584d52f1b7e1 (diff)
downloadlustre-6316595b7c9ac5d7ea6ac518edab96300140c9f7.tar.gz
lustre-6316595b7c9ac5d7ea6ac518edab96300140c9f7.zip
:memo: Idk docs lol.
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)
-}