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
refactor: clean public API and fix bugs in phpunit package
- Remove dead re-exports from Printer barrel (AnsiStyle, DEFAULT_THEME, ColorTheme)
- Narrow root barrel to only export TestDefinition and TestType from types.ts
- Remove resolveWasmDir from public API
- Fix double close event in TestRunner when process spawn fails
- Fix XmlElement.getText() return type to string | undefined with call-site guards
- Fix TestStore.set() to remove file from old suite when moving to new suite
0 commit comments