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