Skip to content

Commit 004c8fb

Browse files
committed
test: Add Jest root to package.json
1 parent 3706b82 commit 004c8fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"path": "./node_modules/cz-conventional-changelog"
5757
}
5858
},
59+
"jest": {
60+
"roots": [
61+
"<rootDir>/src"
62+
]
63+
},
5964
"scripts": {
6065
"build": "npm run build-cjs && npm run build-flow",
6166
"build-cjs": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib",

0 commit comments

Comments
 (0)