Commit 6c71a0b
committed
NO-JIRA: refactor: test with --runInBand, runs faster with less memory.
runInBand runs tests serially in a single node process, rather than starting parallel node processes.
The tests themselves use very little CPU/memory compared to starting a node process,
so this works out faster and uses much less memory.1 parent 8a4e9f4 commit 6c71a0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments