Description
As a contributor,
When I run the unit tests,
I see a lot of errors in the console
Notes
The command to run the tests:
Errors are for example:
ERROR: 'NG0303: Can't bind to 'currentView' since it isn't a known property of 'app-header' (used in the 'AppComponent2' component template).
ERROR: 'NG0304: 'app-login-panel' is not a known element (used in the 'AppComponent2' component template):
ERROR: 'NG0303: Can't bind to 'alerts' since it isn't a known property of 'app-footer' (used in the 'AppComponent2' component template).
ERROR: 'NG0303: Can't bind to 'authenticated' since it isn't a known property of 'app-footer' (used in the 'AppComponent2' component template).
ERROR: 'NG0303: Can't bind to 'authLoading' since it isn't a known property of 'app-login-panel' (used in the 'AppComponent2' component template).
ERROR: 'NG0303: Can't bind to 'oauthLoading' since it isn't a known property of 'app-login-panel' (used in the 'AppComponent2' component template).
ERROR: 'NG0303: Can't bind to 'error' since it isn't a known property of 'app-login-panel' (used in the 'AppComponent2' component template).
ERROR: 'NG0303: Can't bind to 'existingToken' since it isn't a known property of 'app-login-panel' (used in the 'AppComponent2' component template).
WARN: 'Failed to load refresh interval from config, using default:', TypeError: Cannot read properties of undefined (reading 'invoke')
ERROR: 'Error checking auth status:', TypeError: Cannot read properties of undefined (reading 'invoke')
ERROR: 'Error getting token:', TypeError: Cannot read properties of undefined (reading 'invoke')
See the full logs attached: logs.txt
Versions
- Project: commit 5982b1d
- Rust: rustc 1.95.0 (59807616e 2026-04-14)
- Node: v24.9.0
- NPM: 11.6.0
- OS: macOS Tahoe 26.3.1
Description
As a contributor,
When I run the unit tests,
I see a lot of errors in the console
Notes
The command to run the tests:
npm testErrors are for example:
See the full logs attached: logs.txt
Versions