Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
use async/await in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemedes committed Dec 21, 2015
1 parent 36258be commit ae56e1d
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 259 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"coveralls": "^2.11.4",
"eslint-config-vdemedes": "*",
"nyc": "^5.0.0",
"xo": "^0.11.2"
"xo": "^0.12.1"
},
"main": "index.js",
"files": [
Expand All @@ -48,9 +48,14 @@
"license": "MIT",
"xo": {
"extends": "vdemedes",
"esnext": true,
"env": [
"node",
"mocha"
]
],
"rules": {
"prefer-arrow-callback": 0,
"prefer-spread": 0
}
}
}

0 comments on commit ae56e1d

Please sign in to comment.