Skip to content
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

test(core): fix for analytics in tests & cleanup #86

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Conversation

xavdid
Copy link
Contributor

@xavdid xavdid commented Oct 18, 2019

Minor test fixes to make it easier to run smoke tests locally.

Also disables analytics from running in the tests, but doesn't actually work because of the bug fixed in #84 (that isn't deployed yet)

@xavdid xavdid requested a review from eliangcs as a code owner October 18, 2019 22:19
@@ -90,7 +91,7 @@ const downloadRepoZip = async workdir => {
const zipPath = path.join(workdir, 'repo.zip');
const dest = fs.createWriteStream(zipPath);

return await new Promise((resolve, reject) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had a lint failure here - no need to return await since the result is already getting await/.then'd

@xavdid xavdid merged commit 59fec7c into master Oct 21, 2019
@xavdid xavdid deleted the minor-smoke-fixes branch October 21, 2019 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants