Skip to content

Commit f8c4581

Browse files
committed
docs: note about mockConfig
1 parent 4dbe196 commit f8c4581

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ Find a way to add Webpack configuration (there's plenty out there), and follow o
4545
::: details Answer
4646
File a GitHub issue on our repository, and we'll see if we can officially support it.
4747
:::
48+
49+
---
50+
51+
**How I use mock App Config?**
52+
53+
::: details Answer
54+
The App Config module exports an `mockConfig(override)` function. It allows you to
55+
internally set configuration without loading from files / the environment.
56+
:::

0 commit comments

Comments
 (0)