Orange-OpenSource / Orange-OpenSource/github-security-alerts
On `macOS`, run of unit tests shows errors
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 1
- Avg merge
- 9h 26m
- Merged PRs (30d)
- 13
Description
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 test
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 5982b1db1a5d1f94c991b05a5ce4457078384ac8
- Rust: rustc 1.95.0 (59807616e 2026-04-14)
- Node: v24.9.0
- NPM: 11.6.0
- OS: macOS Tahoe 26.3.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running npm test on the listed project, Node, npm, Rust, and macOS versions, then compare the output with the attached logs.txt. Trace the Angular template-binding and undefined invoke errors to their test or configuration sources; done means the reported console errors no longer appear during the unit-test run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- desktop-dev, frontend, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100