cy.mount registration of FetchClient provider fails as @c8y/client comes with cjs and esm builds. With current tsconfig settings, cy.mount will use require (cjs) instead of esm that is used by ngx-components. With this, FetchClient provider is not used by ngx-components.
cy.mount
registration ofFetchClient
provider fails as@c8y/client
comes with cjs and esm builds. With current tsconfig settings,cy.mount
will userequire
(cjs) instead of esm that is used by ngx-components. With this,FetchClient
provider is not used by ngx-components.