Fix end-to-end test to use packages from master
Created by: gaearon
As noted in https://github.com/facebookincubator/create-react-app/pull/696#issuecomment-248888857, we should have end-to-end test use the versions of packages from the repo instead of ones from npm. We might need to run lerna bootstrap
in it or something.