Skip to content

Commit

Permalink
switched git repo for test (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander committed Feb 14, 2017
1 parent e7bbc97 commit b1a4e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/package-resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function addTest(pattern, registry = 'npm', init: ?(cacheFolder: string) => Prom
addTest('https://[email protected]/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
Expand Down

0 comments on commit b1a4e26

Please sign in to comment.