Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first-class support for bun:test #29205

Open
NateRadebaugh opened this issue Dec 21, 2024 · 0 comments
Open

Add first-class support for bun:test #29205

NateRadebaugh opened this issue Dec 21, 2024 · 0 comments

Comments

@NateRadebaugh
Copy link

NateRadebaugh commented Dec 21, 2024

Command

test

Description

The Angular Roadmap calls out that modern testing library integration is a theme of angular.

https://angular.dev/roadmap#improve-tooling

Currently, angular's components are not able to be tested using bun:
https://bun.sh/docs/cli/test

Describe the solution you'd like

Would be great to support bun:test out of the box.

Currently, see this type of error when running:

error: Component 'CreateNoteDialogComponent' is not resolved:
 - templateUrl: ./note-dialog.component.html
Did you run and wait for 'resolveComponentResources()'?

Describe alternatives you've considered

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant