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
- Error class tests: avoid expect(fn).not.toThrow() pattern which Bun
treats Error return values as throws; use direct instantiation instead
- Unity version detector tests: update expected version to match actual
test-project (2019.4.40f1 not 2019.2.11f1)
- RunnerImageTag tests: pass hostPlatform: process.platform so the
image prefix resolves correctly on CI (linux → ubuntu)
- System integration test: use stderr-producing command instead of
`false` since System.run only rejects on stderr, not exit code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments