-
**Objective**
Implement a robust testing framework to improve the quality and reliability of the code.
Steps to Implement Jest
1. **Installation**
`npm install --save-dev jest @types/jest ts-j…
-
Write jest tests for each of the project components (Like to ensure the form functionality works, the buttons work etc.)
-
### Check for existing issues
- [X] Completed
### Describe the feature
The test button next to tests while very helpful in JS/TS always uses jest in the command leading to it breaking if using the …
-
* add it to github actions - pass all cases before publish
* add `npm run test` to package.json > scripts
💡 can compare output .xlsx with predefined file through jest
-
**Is your feature request related to a problem? Please describe.**
We are planning to migrate the testing framework in the admin repository from Jest to Vitest to leverage Vitest's compatibility with…
-
# Description
In order to move towards a test driven development style, especially with the development of the matchmaking system, install [_Jest_](https://jestjs.io) and [_React Testing Library_](ht…
-
Hi everyone, I am asking here because I may have a better React Native audience:
Has anyone ever been able to run their tests on the Hermes engine instead of the normal Node V8 engine?
We have some i…
-
# [Frontend] Set up Testing Infrastructure with Jest and Testing Library
Set up comprehensive testing infrastructure for our React frontend application, including unit tests, component tests, and i…
-
I broke them and we need to get them fixed. More tests are a plus!
-
Description:
Implement Jest for unit testing across the codebase to ensure robust and reliable functionality of individual components.
Acceptance Criteria:
Jest is installed and configured.
Un…