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