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
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
The text was updated successfully, but these errors were encountered:
Command
test
Description
The Angular Roadmap calls out that modern testing library integration is a theme of angular.
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:
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: