fix(CodeFeed): Improve commit fetching concurrency and add tagged-only commit filtering along with updated documentation and tests
This commit is contained in:
@ -16,7 +16,7 @@ tap.test('first test', async () => {
|
||||
'https://code.foss.global',
|
||||
token,
|
||||
oneYearAgo,
|
||||
{ enableCache: true, cacheWindowMs: oneYearMs, enableNpmCheck: false }
|
||||
{ enableCache: true, cacheWindowMs: oneYearMs, enableNpmCheck: true, taggedOnly: true }
|
||||
);
|
||||
expect(testCodeFeed).toBeInstanceOf(codefeed.CodeFeed);
|
||||
});
|
||||
|
Reference in New Issue
Block a user