Skip to content

Commit 532fddb

Browse files
authored
Update tests README for feature flags (#1718)
1 parent 8bb0d88 commit 532fddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ To (re-)create a specific fixture only:
111111
$> npm run test:compiler -- testNameWithoutTs --create
112112
```
113113

114+
Features
115+
--------
116+
117+
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.
118+
114119
Other
115120
-----
116121

0 commit comments

Comments
 (0)