Eshaan Aggarwal
Eshaan Aggarwal
Fixes part of #889 ## 📑 Description Adds the tests for `events` file in the `analyzer` package ## ✅ Checks - [x] My pull request adheres to the code style...
Currently, there are no tests present in the repository for `chaoscenter/authentication/api/middleware/jwt_middlware.go`. I would like to add the tests for the same.
### Increasing Access While using angles in mathematical and geometric constructions, we often want the angle to be in the principal range i.e. from -180 to 180 degrees (or -PI...
## Description Edited the `Makefile` to add three new scripts: - `coverage`: This target runs the tests and generates a coverage report in the coverage.out file. It utilizes the go...
### Feature Description Currently, nearly 100 workflow files are present in the repository as of now, some of which are almost similar except for a couple of parameters. Some examples...
### Feature Description Currently, there is no direct way for developers to get the test coverage results from the `go` CLI in an easy UI (HTML-based). The current way to...
## Summary - Added tests for the following components - `TotalPoints` - `GenderDisplayText` - `GenderSelect` I am not testing the user interaction in the case of the `GenderSelect` component, as...
## Summary - Completed the test suite for the `TriesOverview` Component with `VTL` - I refactored some of the logic of the component as well, as I felt that the...
## Summary - Added the tests for the `Interaction Item` component. - Added Test IDs to some of the divisions of the base component as there isn't a real accessible...
Fixes #5464 by passing the configured `defaultPageSize` to each API request made to the `search` endpoint.