summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-06-25 07:47:10 -0700
committerGitHub <noreply@github.com>2021-06-25 16:47:10 +0200
commit8535b26a754b2daea46627019e3145d7c12d826e (patch)
tree5171535faef9d424694cc0261fe945e227d391ca /tests
parentceb9e3efc9111f7dda47726c71d2476624ce92c2 (diff)
downloadNim-8535b26a754b2daea46627019e3145d7c12d826e.tar.gz
docs now show nimExperimentalX APIs (#18345)
* docs now show nimExperimentalX APIs

* fix for windows
Diffstat (limited to 'tests')
-rw-r--r--tests/config.nims3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/config.nims b/tests/config.nims
index 578b69e76..539de5e8d 100644
--- a/tests/config.nims
+++ b/tests/config.nims
@@ -30,4 +30,7 @@ hint("Processing", off)
 # switch("hint", "ConvFromXtoItselfNotNeeded")
 
 # experimental API's are enabled in testament, refs https://github.com/timotheecour/Nim/issues/575
+# sync with `kochdocs.docDefines` or refactor.
 switch("define", "nimExperimentalAsyncjsThen")
+switch("define", "nimExperimentalJsfetch")
+switch("define", "nimExperimentalLinenoiseExtra")