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

refactor(test): async/await #51

Merged
merged 4 commits into from Jan 10, 2020
Merged

refactor(test): async/await #51

merged 4 commits into from Jan 10, 2020

Conversation

curbengh
Copy link
Contributor

@curbengh curbengh commented Dec 21, 2019

I plan to drop bluebird, chai-as-promised and unit tests with callbacks.

bluebird is only used to promisify the fs API, which can be achieved using the native promisfy (supported in Node 8+).

Dropping Node 8 (in CI) as it's buggy in Windows. See #49 #50

@coveralls
Copy link

coveralls commented Dec 21, 2019

Coverage Status

Coverage remained the same at 95.556% when pulling 1a55caf on curbengh:async into a5f7778 on hexojs:master.

@curbengh curbengh added this to To do in 5.0.0 Dec 23, 2019
test/index.js Outdated Show resolved Hide resolved
test/index.js Show resolved Hide resolved
5.0.0 automation moved this from To do to Reviewer approved Jan 10, 2020
Copy link
Contributor

@segayuu segayuu left a comment

Choose a reason for hiding this comment

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

LGTM!

@segayuu segayuu merged commit 5c07b18 into hexojs:master Jan 10, 2020
5.0.0 automation moved this from Reviewer approved to Done Jan 10, 2020
@curbengh curbengh deleted the async branch January 10, 2020 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
5.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants