We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e2f0 commit 689cb09Copy full SHA for 689cb09
lib/workers/repository/extract/extract-fingerprint-config.spec.ts
@@ -7,7 +7,7 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
7
it('filter with enabledManagers', () => {
8
const config = mergeChildConfig(getConfig(), {
9
registryAliases: {
10
- stable: 'http://some.link', // intentionally placing the field incorrectly
+ stable: 'http://some.link'
11
},
12
ignorePaths: ['ignore-path-1'],
13
includePaths: ['include-path-1'],
@@ -47,6 +47,7 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
47
npmrcMerge: false,
48
49
notStable: 'http://some.link.2',
50
51
52
skipInstalls: null,
53
});
0 commit comments