-
The goal of this Issue is to familiarize ourselves with the libraries we will use for front end unit testing in React apps. The two main libraries we want to use for this are:
* [Jest](https://jestjs…
-
I created this issue as a means to coordinate with the community on what aspects of documentation are still missing or undocumented.
## How to help
If you're interested in sharing feedback based…
-
Hello,
I am new to MSW and have the problem that msw returns the correct mock APIs after the first load, but after a reload / hotreload, e.g. due to a change in the code, it does not work anymore a…
-
Right now I'm trying to test a component in storybook, and I'm using msw to mock the neccesary routes for this component to render. One thing this component needs is a user profile image, this user is…
-
### Describe the bug
While running vitest with storybook 8.3 integrated with sveltekit, addon-svelte-csf and experiemental-vitest-addon, following error is thrown
```
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯…
-
### Describe the feature you'd like:
As a user of react 18 with NextJS (with app directory), I would like to render async server components
example:
// Page.tsx
```typescript
const Page = a…
-
### Problem
Execution of visual tests on Chromatic goes from 3 minutes on average to around 18 minutes
Changing the following code:
```javascript
initializeWorker({
onUnhandledRequest(re…
-
## What
We're upgrading VADS to align with USWDS 3.0. Why not bring our typography along with it?
## Purpose
> What problem does this component or pattern solve for the user?
- Source Sans has a…
-
![image](https://user-images.githubusercontent.com/224636/138179186-02800d15-e7d2-42c1-8037-5915e9ed6e89.png)
>I'm either dumb (likely) or our current practices with testing and the entire ecosyste…
-
We've implement subscriptions in our application using the `useSubscription` hook and since upgrading from version 3.3.21 to 3.4.7 we've started to see errors around `Missing field...`. To be clear we…