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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,9 +8,9 @@ cache:
- node_modules

node_js:
- "8"
- "10"
- "node"
- "12"
- "13"

script:
- npm run eslint
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -5,9 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,12 +37,12 @@
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^6.0.1",
"eslint-config-hexo": "^4.0.0",
"eslint-config-hexo": "^4.1.0",
"iferr": "^1.0.2",
"mocha": "^6.0.2",
"nyc": "^14.1.1"
},
"engines": {
"node": ">=8"
"node": ">=10"
}
}