summary refs log tree commit diff stats
path: root/tests/js
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2018-07-08 19:38:46 -0500
committerVarriount <Varriount@users.noreply.github.com>2018-07-08 20:38:46 -0400
commitc115090f6e6bdc6b47fa41f73e0a83f95644c56c (patch)
treebda7eb1e225ff839deb20572c44ba93dca2fe5cb /tests/js
parentd0b60f1fe3f82facec7f99f39b8bf188be3661a0 (diff)
downloadNim-c115090f6e6bdc6b47fa41f73e0a83f95644c56c.tar.gz
Testament should run tests with no action (#8232)
* Testament should run tests with no action

* Fix strutils tests for JS
Diffstat (limited to 'tests/js')
-rw-r--r--tests/js/tvarargs.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/js/tvarargs.nim b/tests/js/tvarargs.nim
index 2ddb421f8..b8c532767 100644
--- a/tests/js/tvarargs.nim
+++ b/tests/js/tvarargs.nim
@@ -1,3 +1,6 @@
+discard """
+  output: "Hello, world"
+"""
 
 # bug #3584