Skip to content

Commit 56d639a

Browse files
authored
Change JSON indent to 2 spaces instead of 4
1 parent 7c4d830 commit 56d639a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ test('snapshot difference between 2 objects', () => {
110110

111111
```json
112112
"jest": {
113-
"snapshotSerializers": [
114-
"<rootDir>/node_modules/snapshot-diff/serializer.js"
115-
]
113+
"snapshotSerializers": [
114+
"<rootDir>/node_modules/snapshot-diff/serializer.js"
115+
]
116116
}
117117
```
118118

0 commit comments

Comments
 (0)