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