Skip to content

Commit ccdcd5f

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update ava to version 1.0.1
1 parent d97c030 commit ccdcd5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"p-reduce": "^1.0.0"
2929
},
3030
"devDependencies": {
31-
"ava": "^0.25.0",
31+
"ava": "^1.0.1",
3232
"clear-module": "^3.0.0",
3333
"codecov": "^3.0.0",
3434
"commitizen": "^3.0.0",

test/git.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('Throw error if the last commit sha cannot be found', async t => {
8484
// Create a git repository, set the current working directory at the root of the repo
8585
const {cwd} = await gitRepo();
8686

87-
await t.throws(gitHead({cwd}));
87+
await t.throwsAsync(gitHead({cwd}));
8888
});
8989

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

0 commit comments

Comments
 (0)