add support to react v19 #113
Annotations
2 errors and 1 warning
Run npm test:
src/form/validated-form.spec.tsx#L179
AssertionError: expected '<input name="test-1" id="test-1" type…' to deeply equal '<input id="test-1" class="form-contro…'
Expected: "<input id="test-1" class="form-control" type="text" name="test-1"><label id="test-1Label" class="form-check-label">Label</label>"
Received: "<input name="test-1" id="test-1" type="text" class="form-control"><label id="test-1Label" class="form-check-label">Label</label>"
❯ src/form/validated-form.spec.tsx:179:28
|
Run npm test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading