9aoy
9aoy
## Summary enable rspack's nativeWatcher. https://rspack.rs/config/experiments#experimentsnativewatcher ## Related Links ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
## Summary should not external `static import` to `dynamic import` which will cause mock factory error.  ## Related Links ## Checklist - [ ] Tests updated (or not required)....
### Version ```sh rstest 0.3.1 ``` ### Details expect show error frame like below: ### Reproduce link https://github.com/web-infra-dev/rstest/blob/main/examples/node ### Reproduce Steps fake a `Module not found` error. ```ts import aaa...
## Summary use `virtual entry` + `virtualModulesPlugin.writeModule` to trigger recompile. ## Related Links fix https://github.com/web-infra-dev/rstest/issues/476 ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated...
### What problem does this feature solve? If there is only one test file that needs to be run, the test details should be displayed, just like the detailed report...
### Version ```sh rstest 0.1.3 ``` ### Details Rstest can't rerun all tests when has command filter. ### Reproduce link https://github.com/web-infra-dev/rsbuild/blob/main/examples/node ### Reproduce Steps - prepare two test files(`index.test.ts`, `index1.test.ts`)...