Minor Changes
-
Migrated
@remix-run/testfrom thetsxpackage to Remix's internal@remix-run/node-tsxmodule loader.BREAKING CHANGE:
.ts,.tsx, and.jsxmodule loading in@remix-run/testnow uses Remix's internal@remix-run/node-tsxloader. Test modules are still transformed before execution, including JSX and TypeScript syntax that requires JavaScript output, but the loader is now maintained inside Remix.
Patch Changes
-
Fix browser test runs so large suites can exceed the per-file timeout as long as individual test files keep reporting progress.
-
Fix
describe.skipanddescribe.onlyso they propagate to nesteddescribeblocks. Previously the skipped/focused state was set only on the outer suite, so tests inside nested describes still ran (or were incorrectly skipped underonly). -
Bumped
@remix-run/*dependencies: