From 77ce1757e208dda8843d0150ba54013d372b1693 Mon Sep 17 00:00:00 2001 From: Surma Date: Sun, 7 Mar 2021 18:11:09 +0000 Subject: [PATCH] Update tests README --- tests/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/README.md b/tests/README.md index c26330c651..2dc6fd42f9 100644 --- a/tests/README.md +++ b/tests/README.md @@ -111,6 +111,11 @@ To (re-)create a specific fixture only: $> npm run test:compiler -- testNameWithoutTs --create ``` +Features +-------- + +Tests for experimental features (usually enabled via the `--enable` CLI flag) are disabled by default. To enable a feature, set the `ASC_FEATURES` environment variable to a comma-separated list of feature names (see [`features.json`](./features.json)). You can also set `ASC_FEATURES="*"` to enable all features. + Other -----