Hung Viet Nguyen
Hung Viet Nguyen
I have an exact issue and I can provide the reproduction @Josh-Cena, @slorber. Please do as follow (failed on netlify and Macbook Air M1 2020): ```sh git clone https://github.com/nvh95/jest-preview cd...
Another workaround if your docusaurus site does not use TailwindCSS: - Add an `postcss.config.js` under the docusaurus folder(e.g: `website`) (https://github.com/nvh95/jest-preview/commit/d4ec48344d0c244140491007136763a69305cf96): ```js // website/postcss.config.js module.exports = {}; ```
> This is `postcss-loader`'s default behavior. You will see the same result if you have a `babel.config.js` (which we just happen to already have one by default). I see. But...
Yeah. Thank you @Josh-Cena. I think documenting and if possible, trying to catch the error and show some meaningful error messages would be wonderful.
Thank you @mykter. It worked perfectly for me. I think we should create a PR to update the example and README.
Thank you @kettanaito for bring this wonderful library to us. I'm using `jest`, `react-testing-library` and `msw` for our tests. In our newest projects, we are mocking about 30 requests using...
@kettanaito Thank you for your very quick feedback I get your idea and I will think about it more. We cannot make a CLI "100% works" in every case. My...
I can confirm that running `kill-port` on Macbook Air M1 took about `8 seconds`. I hope you can find a solution soon. Thank you very much for this package @tiaanduplessis
@jsun969 Thank you for your interest in *BestOfJS*. Please join our Discord server at https://discord.com/invite/rdctdFX2qR, we can discuss more details here. Is the backend you mentioned https://github.com/bestofjs/bestofjs-backend? In my opinion,...
Hope this issue will be resolved soon. I try to switch from `babel-jest` to `@swc/jest` and this is the only remaining issue has left that blocks me from actually switch.