bugfix(codecommit-integration): Fix unit tests and generate api-reports
Signed-off-by: Stijn Brouwers (EISMEA) <stijn@bdcommit.com>
This commit is contained in:
committed by
blam
parent
786a8d0443
commit
2b8ea39a92
@@ -26,6 +26,6 @@ describe('scmIntegrationsApiRef', () => {
|
||||
|
||||
it('should be instantiated', () => {
|
||||
const i = ScmIntegrationsApi.fromConfig(new ConfigReader({}));
|
||||
expect(i.list().length).toBe(7); // The default ones
|
||||
expect(i.list().length).toBe(6); // The default ones
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user