test@0.5.0
📦 remixView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces timeout and abort signal support in @remix-run/test, alongside a fix for handling browser-cancelled script requests during testing on Windows.
✨ New Features
- Added timeout and abort signal support to @remix-run/test for tests and lifecycle hooks.
- Tests and suites in @remix-run/test can now use string reasons for 'skip'/'todo'.
🐛 Bug Fixes
- Browser-cancelled script requests are now ignored in remix-test browser runs to allow clean iframe navigation completion on Windows.