summary refs log tree commit diff stats
path: root/tests/js
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-12-09 15:57:52 -0800
committerGitHub <noreply@github.com>2020-12-10 00:57:52 +0100
commit82bb4db4b72e4ca61e2853755fd8ed8527c1a42a (patch)
treedf84bc2240f9a9ef096aabec8b781652ea97dabf /tests/js
parentf344a704123a4b55e2b3b8a4f736a6739d0683bb (diff)
downloadNim-82bb4db4b72e4ca61e2853755fd8ed8527c1a42a.tar.gz
unittest: use defines instead of env vars (#16165)
* unittest: use defines instead of env vars

* use defines in testament

* fixup

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tests/js')
-rw-r--r--tests/js/tunittests.nim13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/js/tunittests.nim b/tests/js/tunittests.nim
deleted file mode 100644
index 0d934a82b..000000000
--- a/tests/js/tunittests.nim
+++ /dev/null
@@ -1,13 +0,0 @@
-discard """
-  output: '''
-
-[Suite] Bacon
-  [OK] >:)
-'''
-"""
-
-import unittest
-
-suite "Bacon":
-  test ">:)":
-    check(true == true)