I am setting up nexus npm repository, and created npm-group = npm-private+npm-registry (proxy to npm offical registry).
It comes to me thinking that if I publish my own package and name it say "jest" to my private repo, what happens if I do npm install jest? Does it take the private fake one or the one published in official site?
Thanks