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