-
This new line is causing me some problems with Jest ("Cannot use 'import.meta' outside a module"). Until recently, I could transpile the crsqlite-wasm module.
https://github.com/vlcn-io/js/blame/30…
-
**Describe the problems**
Because of react-icons does not transpile the dist code we need to transpile them when run tests. (`transformIgnorePatterns`)
It works, but when run tests, they gives the e…
-
### Version
27.5.1
### Steps to reproduce
1. In watch mode, hit `p` for Pattern Mode
2. Enter a simple regex, even `.*` or `^.*$`
3. Result will be `No tests found, exiting with code 0`
### Expe…
-
### Issue
PouchDB Adapter Memory is causing Jest tests to fail after upgrading to Jest 27.x. Jest removed setImmediate and clearImmediate from JSDOM in [27.0.0](https://github.com/facebook/jest/blo…
-
### Version
30.0.0-alpha.5
### Steps to reproduce
1. Clone https://github.com/mnahkies/jest-30-toHaveBeenCalledWith-regression
2. Run `yarn`
3. Run `yarn test` / `jest index.spec.js`
### Expecte…
-
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…
-
1) Is this a client library issue or a product issue?
It's a library issue.
2) Did someone already solve this?
It doesn't seem to be solved - Google doesn't give such results.
3) Do you ha…
-
Problem with testing react with jest. I am getting this error whenever I use jss in a component.
![Screenshot from 2020-09-23 17-41-26](https://user-images.githubusercontent.com/30584905/94021237-f…
-
Original comment: https://github.com/multinet-app/multinetjs/pull/11#issuecomment-664507009
This should take advantage of Jest's ability to provide creation/teardown logic for each test, in order t…
-
I'm currently working on a project that uses Typescript and Jest to test out my library. When I run tests, I'm getting this error:
```javascript
({"Object.":function(module,exports,require,__dirna…