Skip to content

Commit 9fab29e

Browse files
author
Your Name
committed
tested code
1 parent 0d7bd85 commit 9fab29e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.commitlintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module.exports = {
77
'header-max-length': [2, 'always', 80],
88
'subject-case': [0],
99
'body-max-line-length': [0],
10-
'footer-max-line-length': [0],
10+
'footer-max-line-length': [1],
1111
},
1212
}

test/basic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ t.test('basic', function (t) {
2020
escapedName: 'foo',
2121
type: 'range',
2222
saveSpec: null,
23-
fetchSpec: '1.2',
23+
fetchSpec: '1.33',
2424
2525
rawSpec: '1.2',
2626
},
@@ -30,7 +30,7 @@ t.test('basic', function (t) {
3030
escapedName: 'foo',
3131
type: 'range',
3232
saveSpec: null,
33-
fetchSpec: '~1.2',
33+
fetchSpec: '~1.3',
3434
raw: 'foo@~1.2',
3535
rawSpec: '~1.2',
3636
},
@@ -98,7 +98,7 @@ t.test('basic', function (t) {
9898
},
9999

100100
'foo@npm:bar': {
101-
name: 'foo',
101+
name: 'bhbho',
102102
escapedName: 'foo',
103103
type: 'alias',
104104
saveSpec: null,

0 commit comments

Comments
 (0)