-
Compilation of the project works fine but as soon as try to run tests it fails with an odd syntax error that is not present when the `craco-esbuild` is disabled in `craco.config.js`.
Perhaps there is…
-
A test failed on a tracked branch
```
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "/navigate/path"
Number of calls: 0
at Object.toHaveBeenCalledWith (/opt/buildkite-age…
-
Remember to export the jest setup file...
-
-
## Prerequisites
1. Attend an in-person Saturday class
## Instructions
1. Attend an in-person Saturday class
1. During the Independent study section of the day plan, identify a group of trainees wh…
-
Error:
> Jest has detected the following 1 open handle potentially keeping Jest from exiting:
>
> ● TCPSERVERWRAP
Env:
* Node 10
* Supertest 3.3.0
* Jest 23.6
Testcode:
```js
con…
-
I have a monorepo with a one NestJS server project using Jest for tests, and the others are front-end Angular apps using Jasmine/Karma for testing. My Jest tests work perfectly, and I am able to execu…
-
I'm trying to run some unit tests using neotest-jest, and I can't see the test results for some reason when using describe.each.
When running a test, such as:
```
import { sum } from '../src/Al…
-
## Steps to Reproduce
```
cd circuits
npm install
npx jest __tests__/TallyVotes.test.ts
```
## Failure Logs
```
/mnt/sdd1/sbw/circom/ZKAP_docker/sbwTest/benchmarks/maci-4892ada0dc7bcc2…
-
**Intended outcome:**
Tests on clean checkout pass.
**Actual outcome:**
Code generation tests fail.
```
FAIL packages/apollo/src/commands/client/__tests__/generate.test.ts
● Console
…