-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calls setupMirrorFromCache when fetching through the git-fetcher #3548
Conversation
Any test you could come up with? |
Do we have tests with git, outside of the resolver? |
I think there are a couple e2e tests with git, we have a GitHub repo for
basic e2e tests.
If setting one up is too much a hassle we could merge it without it but
better with it
…On Wed, 31 May 2017 at 18:16, Maël Nison ***@***.***> wrote:
Do we have tests with git, outside of the resolver?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3548 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACBdWOwMYOdaWiRfo6GOL9kmgaJqqWKoks5r_aBfgaJpZM4NrwyN>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, merge at will, after removing logs :)
await fs.unlink(path.join(config.cwd, 'offline-mirror')); | ||
await fs.unlink(path.join(config.cwd, 'node_modules')); | ||
|
||
console.log('bbbbb'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice console.log! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, the mirror will not be populated with data imported from the cache. Cf #3154