Revert "Add support for yarn and lerna monorepos. (#3741)"

This reverts commit b43ad04b88.
This commit is contained in:
Joe Haddad
2018-09-18 14:25:39 -04:00
parent 92e40c38e8
commit 50b4857ff8
33 changed files with 48 additions and 547 deletions

View File

@@ -53,7 +53,7 @@ argv.push(
createJestConfig(
relativePath => path.resolve(__dirname, '..', relativePath),
path.resolve(paths.appSrc, '..'),
paths.srcPaths
false
)
)
);