it(`should call setConfig to update the library configuration with an undefined carouselImageConfig`,
          inject([ConfigService], (service: ConfigService) => {
            const inputConfig: LibConfig = {
              carouselImageConfig: undefined
            };