You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): make @rstest/core tree-shakeable and fix runCli changed flag
- Convert the worker `setup` side-effect module into an explicit
`installGracefulExit()` call so `@rstest/core` is safe to mark
`sideEffects: false`. Tree-shaking consumers can now drop unused
`loadConfig`/`mergeRstestConfig`/`mergeProjectConfig` together with the
`@rsbuild/core` -> `@rspack/core` graph they value-import, while worker
entries still opt in to the SIGTERM profiling handler.
- Drop an explicit `changed: false` before building `runCli()` options
(mirrors `toCommonOptions`), so `isRelatedRun` no longer treats it as
changed-mode and `runCli({ changed: false })` runs the full suite.
0 commit comments