Skip to content

security(deps): Bump @testing-library/dom from 10.4.0 to 10.4.1 in /client-ts #50

security(deps): Bump @testing-library/dom from 10.4.0 to 10.4.1 in /client-ts

security(deps): Bump @testing-library/dom from 10.4.0 to 10.4.1 in /client-ts #50

Triggered via pull request September 22, 2025 20:27
Status Failure
Total duration 1m 41s
Artifacts

ci.yml

on: pull_request
Version Consistency Check
45s
Version Consistency Check
Frontend Tests
42s
Frontend Tests
Backend Tests
50s
Backend Tests
Security Scan
28s
Security Scan
Build Application
0s
Build Application
Create Release
Create Release
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
Frontend Tests
Process completed with exit code 1.
Frontend Tests: client-ts/src/__tests__/context/AuthContext.test.tsx#L123
Avoid wrapping empty function in `act`
Frontend Tests: client-ts/src/__tests__/context/AuthContext.test.tsx#L105
Avoid wrapping empty function in `act`
Frontend Tests: client-ts/src/__tests__/context/AuthContext.test.tsx#L59
Avoid wrapping empty function in `act`
Frontend Tests: client-ts/src/__tests__/components/LoginForm.test.tsx#L48
Avoid using multiple assertions within `waitFor` callback
Frontend Tests: client-ts/src/__tests__/components/CreateTaskModal.test.tsx#L67
Avoid using multiple assertions within `waitFor` callback
Frontend Tests: client-ts/src/__tests__/components/CreateTaskModal.test.tsx#L66
Avoid using multiple assertions within `waitFor` callback
Backend Tests: TaskManagerApp.Tests/Controllers/AuthControllerTests.cs#L39
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/AuthControllerTests.cs#L21
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/AuthControllerTests.cs#L21
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/AuthControllerTests.cs#L12
The type or namespace name 'Mock<>' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Dtos/LoginDtoTests.cs#L3
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Dtos/CreateTaskDtoTests.cs#L3
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/TasksApiControllerTests.cs#L7
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/TasksApiControllerTests.cs#L3
The type or namespace name 'Moq' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/AuthControllerTests.cs#L6
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
Backend Tests: TaskManagerApp.Tests/Controllers/AuthControllerTests.cs#L3
The type or namespace name 'Moq' could not be found (are you missing a using directive or an assembly reference?)
Frontend Tests: client-ts/src/__tests__/hooks/useApi.test.ts#L1
'waitFor' is defined but never used