Skip to content

Commit c8890be

Browse files
committed
update README.md
1 parent f53ddf5 commit c8890be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jest-diff/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ For other applications, you can provide an options object as a third argument:
391391
| `bIndicator` | `'+'` |
392392
| `changeColor` | `chalk.inverse` |
393393
| `changeLineTrailingSpaceColor` | `string => string` |
394-
| `commonColor` | `chalk.dim` |
394+
| `noDim` | `false` |
395395
| `commonIndicator` | `' '` |
396396
| `commonLineTrailingSpaceColor` | `string => string` |
397397
| `compareKeys` | `undefined` |
@@ -496,7 +496,7 @@ const options = {
496496
aColor: noColor,
497497
bColor: noColor,
498498
changeColor: noColor,
499-
commonColor: noColor,
499+
noDim: noColor,
500500
patchColor: noColor,
501501
};
502502
```

0 commit comments

Comments
 (0)