From b1a4e2687741216c7165732b126166afa1d21604 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Wed, 8 Feb 2017 13:33:17 -0800 Subject: [PATCH] switched git repo for test (#2669) --- __tests__/package-resolver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/package-resolver.js b/__tests__/package-resolver.js index 65f4294de4..d2deef614a 100644 --- a/__tests__/package-resolver.js +++ b/__tests__/package-resolver.js @@ -61,7 +61,7 @@ function addTest(pattern, registry = 'npm', init: ?(cacheFolder: string) => Prom addTest('https://git@github.com/stevemao/left-pad.git'); // git url, with username addTest('https://bitbucket.org/hgarcia/node-bitbucket-api.git'); // hosted git url addTest('https://github.com/yarnpkg/yarn/releases/download/v0.18.1/yarn-v0.18.1.tar.gz'); // tarball -addTest('https://github.com/babel/babel-loader.git#greenkeeper/cross-env-3.1.4'); // hash with slashes +addTest('https://github.com/yarnpkg/e2e-test-repo.git#greenkeeper/cross-env-3.1.4'); // hash with slashes addTest('gitlab:leanlabsio/kanban'); // gitlab addTest('gist:d59975ac23e26ad4e25b'); // gist url addTest('bitbucket:hgarcia/node-bitbucket-api'); // bitbucket url