-
Notifications
You must be signed in to change notification settings - Fork 17
Add network class tests #512
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
base: dev
Are you sure you want to change the base?
Add network class tests #512
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
Summary
Testing
npm testPR Type
Tests
Description
Add comprehensive unit tests for
NetworkClassmethodsMock dependencies including logger, profiler, and NodeList
Test setup, tell, ask, and shutdown behaviors
Validate error handling and edge cases in methods
Changes walkthrough 📝
networkClass.test.ts
Add unit tests for NetworkClass methods and behaviorstest/unit/src/network/networkClass.test.ts
NetworkClasscovering setup, tell, ask, andshutdown
timeouts
NetworkClass