Orange-OpenSource / Orange-OpenSource/github-security-alerts

On `macOS`, run of unit tests shows errors

Open
#29 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.