-
**Metaprogramming** refers to code that operates on other code as if it were data. It can take code in as parameters, reflect over it, inspect it, create it, modify it, and return it. ***Static* metap…
-
Currently the test files support a flat list of tests, each sharing all `before` , `beforeEach`, `afterEach` & `after` hooks. I find it useful to declare nested groups with their own hooks, while inhe…
-
When the user clicks on the email verification link, they're taken to a confirmation page, located at
https://APP.auth.us-east-2.amazoncognito.com/confirmUser?client_id=CLIENT_ID&user_name=USERNAME…
-
Hi, for some routes we need multiple examples for a "Response Object" as well as multiple body payload examples in the "Parameter Object".
e.g: our API route returns an object with optional propertie…
-
### Description
This issue may better exist on [primer/behaviors ](https://github.com/primer/behaviors/issues/150) (or even upstreamed to jsdom if we can repro simply enough)
Initially reported …
-
### Description
Say a multi-packaged module has 3 modules `x`, `y`, `z` with dependencies x
-
### Describe the bug
I have bumped the `protobuf` version to the latest (`5.27.0`) and this seems to trigger a dependency on `abseil/20240116.2`, forcing a build from source.
The build however fa…
-
I am having the same issue with jest-expo.
Unfortunately after doing the above which as all great, the problem shifting on having the tree null and I guess that comes due to the mocking of the creat…
-
## 🚀 Feature Proposal
Disable all manual `__mocks__` at once with `jest.unmockAll()`, including the manual mocks for `node_modules`.
## Motivation
Historically, the main pattern for testing U…
jnak updated
8 months ago
-
### What problem does this feature solve?
Higher-order components make use of named slots. It's possible to test higher-order components via shallowMount because named slot content can be mocked, but…