Skip to content

Commit b6591a8

Browse files
authored
Reindenting code
1 parent 040c057 commit b6591a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ module.exports = {
148148
If you use jest to test your application, you can structure this kind of configuration to run tests:
149149

150150
```js
151-
"jest": {
152-
"moduleNameMapper": {
153-
"@root/(.*)": "<rootDir>/$1",
154-
"@client/(.*)": "<rootDir>/src/client/$1"
155-
},
156-
}
151+
"jest": {
152+
"moduleNameMapper": {
153+
"@root/(.*)": "<rootDir>/$1",
154+
"@client/(.*)": "<rootDir>/src/client/$1"
155+
},
156+
}
157157
```
158158

159159
Just put it on `package.json` or in yout `jest.config.js`

0 commit comments

Comments
 (0)