-
### Tareas
- [ ] Migrar la implementación del archivo `portable-text-parser.component.spec.ts` de TestBed a Angular Testing Library.
- [ ] Agregar un array mock de objetos de tipo `TextBlockContent`…
-
## Overview
Given my background in developing React SPAs and positive experiences with React Testing Libraries and Playwright, this playbook proposes the following solutions for testing Angular app…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
I have the following webpack config file for an angular 15 host application.
`const {
shareAll,
withModuleFederationPlugin,
} = require('@angular-architects/module-federation/webpack');
m…
-
As discussed in our DevMtg on Sept 5, 2024, we need to begin planning for our upgrade to Angular 18 as this may be a more complex upgrade. Ideally this upgrade will be completed in time for DSpace 9.…
-
## Descripción
Debido a la migración desde decorator-based inputs a signal-based inputs, y a otros cambios diversos, nuestra suite de tests ha dejado de funcionar adecuadamente. El objetivo de este e…
-
### Current behavior
We are using Angular Query (TanStack Query's Angular port) in our project, and we have noticed that it can interfere with our Cypress component tests in some cases. To illustr…
-
### Is your feature request related to a problem?
I think there is not much needed to get support for Angular. No specific preset required. However we should add examples to the docs to let users kno…
-
### Description
Setup:
```
@angular/core: ^18.2.0
@foblex/flow: ^16.0.5
```
---
I create a component that use the foblex canvas but whenever I try to run the unit tests I get this error:
` Re…
-
This is a good app for showing how to use angular with play, however, it's missing how to actually test using requirejs and mocha.