Commit 798f10c
authored
STCLI-256 turn off StrictMode when running tests (#363)
`<StrictMode>` is intended to be a development-only setting so it should
be disabled when running tests. e.g. a component that fetches data on
mount with `accumulate: true` would see that data duplicated.
Refs STCLI-2561 parent 8bcddbf commit 798f10c
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments