Skip to content

Use mocha, istanbul, and coveralls #16

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

Merged
merged 4 commits into from
Aug 30, 2017
Merged

Use mocha, istanbul, and coveralls #16

merged 4 commits into from
Aug 30, 2017

Conversation

monteslu
Copy link
Member

trying to get better at maintaining our stuff :)

would like to match this to the rest of our patterns

@monteslu monteslu requested review from samrocksc and warbrett August 30, 2017 20:33
test/parse.js Outdated
t.end();
describe('parse', function(){

it('using connection string in client constructor', function(done){
Copy link
Member

Choose a reason for hiding this comment

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

None of these tests are async so you can remove the done arg as well as the done call at the end.

Copy link
Member

@warbrett warbrett left a comment

Choose a reason for hiding this comment

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

Just one thing that's everywhere...

@warbrett warbrett merged commit 1368735 into master Aug 30, 2017
@warbrett warbrett deleted the mocha branch August 30, 2017 20:59
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.

2 participants