9aoy

Results 48 comments of 9aoy

Currently, there are no plans to support migration CLI. Rstest will provide documentation for migrating once the API and configuration are relatively stable.

@wesrice Thank you for your suggestions. We believe AI will make testing easier. This is an interesting feature, and we plan to support it in the future (perhaps by the...

In the Node.js test environment, all packages in `node_modules` are externalized by default. If you want all dependencies to be bundled, you can configure it through the following configuration: ```ts...

> What do you think of adding a default [module hook](https://nodejs.org/api/module.html#moduleregisterspecifier-parenturl-options) when using Node.js environment, which would use the SWC in Rspack to transform the TypeScript files that is not...

CI problem should be fixed by https://github.com/web-infra-dev/rspack/pull/11460

It seems to be related to the problem of rspack sourcemap. Try using rspack 1.0.0, the debug works perfectly. 😢 https://github.com/web-infra-dev/rspack/issues/7914

Unfortunately this problem still exists in rspack v1.0.8. We still need to investigate further. A bit of helpful information is that changing `devtool` from `source-map` to `cheap-module-source-map` works.

This is a bug when rstest resolve mock path, we will fix it as soon as possible