-
### Describe the bug
I tried to generate a new project using yarn create react-app my-project --template typescript. But I have a jest matcher errors right away.
### Environment
local de…
-
Hello!
I am using version 5.1.2 and jest version 26.6.3. When using `pdf-merger-js/browser`, I was getting an error of "Jest encountered an unexpected token. This usually means that you are trying…
-
# What is Jest?
Open-source testing framework for primarily JavaScript and TypeScript.
### How to integrate Jest to GitHub Actions?
_pretty straightforward_, as what ChatGPT said
Directory: `.…
-
## Rationale
1. This was previously attempted by the automated dependabot job but the PR tests failed.
1. This issue has been created to fix the issue as there may be multiple dependency requirement…
-
This task aims to set up **Jest** as the testing framework for the frontend of our monorepo, with tests placed in a dedicated `__tests__` directory at the root level of the project. This structure ens…
-
**Is your feature request related to a problem? Please describe.**
Yes, I just switched to this new repository and all my test cases are failing.
**Describe the solution you'd like**
Please provide…
-
The optional `lz4` dependency is currently loaded as follows:
```ts
function tryLoadLZ4Module(): LZ4Module | undefined {
try {
return require('lz4'); // eslint-disable-line global-require
…
-
Write jest tests for each of the project components (Like to ensure the form functionality works, the buttons work etc.)
-
Vitest is faster, more modern and convenient.
May I create a pull request?
-
**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…