chore(package): update xo to version 0.26.0

This commit is contained in:
greenkeeper[bot] 2020-02-12 23:54:16 +00:00 committed by Pierre Vanduynslager
parent e7bede1866
commit 195e5b18c7
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
"sinon": "^8.0.4",
"stream-buffers": "^3.0.2",
"tempy": "^0.4.0",
"xo": "^0.25.0"
"xo": "^0.26.0"
},
"engines": {
"node": ">=10.18"

View File

@ -82,7 +82,7 @@ test('Get all commits between lastRelease.gitHead and a shas', async t => {
// Verify the commits created and retrieved by the module are identical
t.is(result.length, 1);
t.deepEqual(result, commits.slice(1, commits.length - 1));
t.deepEqual(result, commits.slice(1, -1));
});
test('Return empty array if lastRelease.gitHead is the last commit', async t => {