Commit b542362
committed
chore: enable colours when running pnpm
pnpm seems to strip colours when running parallel tasks (via the `-r`
flag). This results in our snapshots mismatching since all of our tests
output without colours.
This change basically adds the `--color` flag to force it not to do
this, so the snapshots match.1 parent 17342d2 commit b542362
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments