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
test: fix type errors in test files with precise type assertions
Replace generic `as any` assertions with more precise types:
- Use `createComponentId()` for ComponentId type creation
- Use `Number()` conversion for numeric value assertions
- Use `EntityId<any>` for array element deallocate operations
- Use proper return type assertions for method calls
- Remove unused variable declarations to clean up unused imports
0 commit comments