Skip to content

Commit

Permalink
chore(package): update ava to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and pvdlg committed Dec 27, 2018
1 parent d97c030 commit ccdcd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"p-reduce": "^1.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"ava": "^1.0.1",
"clear-module": "^3.0.0",
"codecov": "^3.0.0",
"commitizen": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/git.test.js
Expand Up @@ -84,7 +84,7 @@ test('Throw error if the last commit sha cannot be found', async t => {
// Create a git repository, set the current working directory at the root of the repo
const {cwd} = await gitRepo();

await t.throws(gitHead({cwd}));
await t.throwsAsync(gitHead({cwd}));
});

test('Push commit to remote repository', async t => {
Expand Down

0 comments on commit ccdcd5f

Please sign in to comment.