-
I'm using Jest as my test runner, and I've noticed that at times I want to run the same tests from both with storybook (with the spec addon) and outside of it (with just the Jest command in the termin…
-
Blocked by
- https://github.com/monstar-lab-oss/ml-frontend/discussions/3
- https://github.com/monstar-lab-oss/ml-frontend/pull/1217
While it's not difficult to isolate a single module, when i…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
i am using axios-mock-adapter to mock tests in react app.
got below error while running single test but it is passing in case of all tests.
/home/dev/code/client/node_modules/react-scripts/scripts…
-
-
I'd like to use Svelte component testing feature in order to sort of unit test some ts libraries used across my SvelteKit application. This way I could use Playwright for everything.
The problem I …
-
# multiple MDXs in a single file
The wider ecosystem seems to have a need for multiple MDX components sourced from a single file. Consider the following examples.
### mdx-deck
[mdx-deck](http…
-
While in Tree view, it would be helpful if a user could select files from this view to download.
As a dataset owner, it would be helpful if one could select files and perform all the "Edit Files" f…
-
### 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…
-
## 🐛 Bug Report
I've got 2 test files. In the test, a WebAssembly object gets instantiated. This instantiation seems to stall for some reason when running the test in CI. Locally running jest passe…