Skip to content

Commit

Permalink
chore(package): update ava to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and pvdlg committed Jun 5, 2019
1 parent 712d684 commit 3394211
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"description": "semantic-release plugin to commit release assets to the project's git repository",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",
"ava": {
"files": [
"test/**/*.test.js"
],
"helpers": [
"test/helpers/**/*"
]
},
"bugs": {
"url": "https://github.com/semantic-release/git/issues"
},
Expand All @@ -28,7 +36,7 @@
"p-reduce": "^2.0.0"
},
"devDependencies": {
"ava": "^1.3.1",
"ava": "^2.0.0",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ test('Push commit to remote repository', async t => {

await push(repositoryUrl, 'master', {cwd});

t.is(await gitRemoteHead(repositoryUrl), hash, {cwd});
t.is(await gitRemoteHead(repositoryUrl, {cwd}), hash);
});

0 comments on commit 3394211

Please sign in to comment.