-
Version: Deno 2.1.1
In my `deno.json`, I have `compilerOptions` and `imports` defined like so:
```
{
"compilerOptions": {
"types": ["@testing-library/jest-dom"]
},
"imports": {
…
-
Hey,
the library looks great and I just tried it in a project! Works fantastic at run-time but I'm getting errors when running the tests with Jest.
## I'm submitting a...
[ ] Regressio…
-
**Repro:**
- `git clone https://github.com/nestjs/typescript-starter.git project` ([From Nest docs frontpage](https://docs.nestjs.com/))
- `cd project`
- `deno task test` or `deno task --unstable…
-
**Describe the bug**
My test names look like this:
```ts
it(`
Given a user requesting another user's personal info
When they call the endpoint
Then it returns a status 403
…
-
Greetings human!
Bad news. `components/brave_wallet_ui/utils/balance-utils.test.ts` [failed on windows x64 nightly v1.75.63](https://ci.brave.com/job/brave-browser-build-windows-x64/7757/testReport/j…
-
## Description
The `IgxCarouselComponent` causes a `ReferenceError: Cannot access 'IgxCarouselComponent' before initialization` error during testing, even though `IgxCarouselComponent` is not expli…
-
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…
-
> ![image](https://user-images.githubusercontent.com/101892538/195286515-b2b6bab9-6d73-41c8-9bc2-40aea68f1181.png)
console.error
Warning: React.createElement: type is invalid -- expected a s…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
The scss to css currently lacks Jest tests. We need to add tests to ensure its functionality and reliability.
**Tasks:**
- Identify the key functionalities of scss to css.
- Write unit tests for:
…