We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040c057 commit b6591a8Copy full SHA for b6591a8
README.md
@@ -148,12 +148,12 @@ module.exports = {
148
If you use jest to test your application, you can structure this kind of configuration to run tests:
149
150
```js
151
- "jest": {
152
- "moduleNameMapper": {
153
- "@root/(.*)": "<rootDir>/$1",
154
- "@client/(.*)": "<rootDir>/src/client/$1"
155
- },
156
- }
+"jest": {
+ "moduleNameMapper": {
+ "@root/(.*)": "<rootDir>/$1",
+ "@client/(.*)": "<rootDir>/src/client/$1"
+ },
+}
157
```
158
159
Just put it on `package.json` or in yout `jest.config.js`
0 commit comments