Skip to content

Commit 6c4ddf6

Browse files
committed
Add some jest data to the root package.json
1 parent f763cf5 commit 6c4ddf6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"author": "[email protected]",
1616
"license": "UNLICENSED",
1717
"devDependencies": {
18-
"lerna": "^2.0.0-rc.4"
18+
"lerna": "^2.0.0-rc.5",
19+
"jest": "^20.0.4"
20+
},
21+
"jest": {
22+
"projects": [
23+
"<rootDir>/packages/*"
24+
]
1925
}
2026
}

0 commit comments

Comments
 (0)