Skip to content

Commit

Permalink
Merge pull request #51 from curbengh/async
Browse files Browse the repository at this point in the history
refactor(test): async/await
  • Loading branch information
segayuu committed Jan 10, 2020
2 parents a5f7778 + 1a55caf commit 5c07b18
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 306 deletions.
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"
}
}

0 comments on commit 5c07b18

Please sign in to comment.