summary refs log tree commit diff stats
path: root/tests/js/tunittests.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/tunittests.nim')
-rw-r--r--tests/js/tunittests.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/js/tunittests.nim b/tests/js/tunittests.nim
new file mode 100644
index 000000000..af38cd9b9
--- /dev/null
+++ b/tests/js/tunittests.nim
@@ -0,0 +1,5 @@
+import unittest
+
+suite "Bacon":
+  test ">:)":
+    check(true == true)