Akibur Rahman

Results 7 issues of Akibur Rahman

I tried to mock api call using msw-storybook-addon. When I tried to configure this package in `preview.js`, I got this error(image below). ![Screenshot 2023-12-12 at 6 47 01 PM](https://github.com/mswjs/msw-storybook-addon/assets/48094649/ebb9b49e-0727-4641-81cb-eb6a0cea27b5) ```js...

Remove type annotation from preview.js example solved: #81

In the example provided in `preview.js`, type annotation is available. Which is wrong for the `.js` file. ![image](https://github.com/storybookjs/storybook-addon-console/assets/48094649/02153aea-5967-43bd-b114-4992237a1505)

## Feature Request When I was migrating tests to jest that I found this issue. To write tests I have to rely on the component's CSS class names and I...

enhancement
feature request
good first issue

### Description I'm attempting to run the project with `yarn` in development mode. However, I am unable to connect to the backend. I followed the instructions from `readme.md`. node ->...

enhancement

### Summary This PR adds a testing environment and initial unit tests for the repository’s utility functions to improve reliability and make it easier for contributors to validate changes. -...

## Problem Currently, the repository does not include any tests or test configuration files. This makes it difficult to ensure code reliability, prevent regressions, and increase contributor confidence. ## Proposal...