-
## 🚀 Feature Proposal
Implement an out of the box solution for recording videos of test runs with Jest and Puppeteer.
## Motivation
Well, there are three main reasons why you should be re…
-
### User Story
As a user,
I want to have a left navigation bar,
So that I can easily access different sections of the system.
### Business Context:
A left navigation bar improves the usability …
-
Hi,
I have emscripten working nicely (using emcc 1.38.30):
- I have c++ functions and classes exported
- They use binding in the c++ files like this
```
EMSCRIPTEN_BINDINGS(MyClass)
{
…
-
### Describe the bug
Hi
Currently I am running into the following error when using Storybook 7.4.3 and Tailwind. Meaning my css only gets partially created, missing a lot of other classes.
DO…
-
### Describe the bug
```session
$ npx run test-storybook
â—Ź Test suite failed to run
Cannot find module '@babel/preset-typescript'
Require stack:
- /project/node_modules/@babel/…
-
### What is the current behavior?
Not supported
### Describe the feature
When [--test_filter](https://bazel.build/docs/user-manual#test-filter) is set, Bazel will encode its value in the `TES…
-
### Environment
1. `node -v`: v15.13.0
1. `npm -v`: 7.7.6
1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): ── jest@26.6.3
1. Operating system: MacOS
### Prerequisite
- …
-
### Basic info:
- **Node.js version:** 14.15.5
- **jsdom version:** 16.6.0
### Minimal reproduction case
I recently upgraded jest-environment-jsdom from 26.6.2 to 27.0.3 and I'm now seeing s…
-
I'm trying to use jest on all my packages in my monorepo. Thank you for creating this plugin!
Using this plugin I was able to make the tests work with hardhat. The issue I found is that when using …
-
After creating a new React app in a new NX workspace I ran the `nx g @badgers-ua/nx-react-pwa:init` command which appeared to go smoothly. However, when I attempt to run the build, I get the exceptio…