Skip to content

Commit 689cb09

Browse files
authored
fix(config): fix tests
1 parent 370e2f0 commit 689cb09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/workers/repository/extract/extract-fingerprint-config.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
77
it('filter with enabledManagers', () => {
88
const config = mergeChildConfig(getConfig(), {
99
registryAliases: {
10-
stable: 'http://some.link', // intentionally placing the field incorrectly
10+
stable: 'http://some.link'
1111
},
1212
ignorePaths: ['ignore-path-1'],
1313
includePaths: ['include-path-1'],
@@ -47,6 +47,7 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
4747
npmrcMerge: false,
4848
registryAliases: {
4949
notStable: 'http://some.link.2',
50+
stable: 'http://some.link'
5051
},
5152
skipInstalls: null,
5253
});

0 commit comments

Comments
 (0)