chore(package): update xo to version 0.26.0
This commit is contained in:
parent
e7bede1866
commit
195e5b18c7
@ -67,7 +67,7 @@
|
|||||||
"sinon": "^8.0.4",
|
"sinon": "^8.0.4",
|
||||||
"stream-buffers": "^3.0.2",
|
"stream-buffers": "^3.0.2",
|
||||||
"tempy": "^0.4.0",
|
"tempy": "^0.4.0",
|
||||||
"xo": "^0.25.0"
|
"xo": "^0.26.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.18"
|
"node": ">=10.18"
|
||||||
|
@ -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
|
// Verify the commits created and retrieved by the module are identical
|
||||||
t.is(result.length, 1);
|
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 => {
|
test('Return empty array if lastRelease.gitHead is the last commit', async t => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user