Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed the dgram expected error message. - Removed invalid addresses in the `dgram`'s `Socket.prototype.send()` tests. - Lowered the amount of expected anonymous function calls. - Added a few missing invalid address test cases and made the valid address test cases non-blocking. - Added missing falsy values for the invalid address test check list. test: remove invalid addresses Removed invalid addresses in the `dgram`'s `Socket.prototype.send()` tests. test: lower expected function calls Lowered the amount of expected anonymous function calls. test: add missing and non-blocking cases Added a few missing invalid address test cases and made the valid address test cases non-blocking. test: omit invalid test case Omitted the invalid anonymous function test case as the `address` parameter can also be a function. test: add missing falsy values Added missing falsy values for the invalid address test check list.
- Loading branch information