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

async testing #36

Open
swuecho opened this issue Nov 24, 2023 · 0 comments
Open

async testing #36

swuecho opened this issue Nov 24, 2023 · 0 comments

Comments

@swuecho
Copy link
Owner

swuecho commented Nov 24, 2023

Async Testing: You're using the done function for asynchronous testing. This is the correct approach, especially for the asynchronous nature of HTTP requests. However, Angular also supports the use of async and fakeAsync functions, which can make asynchronous testing more readable.

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