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

More tests #95

Merged
merged 4 commits into from
Feb 26, 2019
Merged

More tests #95

merged 4 commits into from
Feb 26, 2019

Conversation

JasonEtco
Copy link
Collaborator

👋 This PR adds a test for the index.js goodFirstIssue file, and makes an attempt at organizing the test files a little differently. I poked around in #1 but didn't see any proposed implementation details, so I just went ahead and put things into a /tests/ folder, which is what I normally do in my own projects.

I've added nock, a wonderful library for mocking network requests. It allows us to not mock the Octokit library, but instead let Octokit do its thing as normal but be given our own fixture data instead of actually reaching out to the GitHub API. This way, we're replacing less code in our tests, and making them more reliable.

If possible, this should be merged before #89 so that I can add some tests into the index.spec.js file, and verify that the appropriate query params are being sent to the Search API.

I also fixed some formatting/whitespace/consistency things 😊 There's more tweaks I want to do (like var => const, wrapping test suites in describe()s) but I don't want this PR to get too difficult to review.

@hemal7735 hemal7735 added the tests About tests for the module label Dec 17, 2018
@bnb bnb merged commit 9120fc1 into cutenode:master Feb 26, 2019
bnb added a commit that referenced this pull request Feb 26, 2019
@JasonEtco JasonEtco deleted the write-tests branch February 26, 2019 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests About tests for the module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants