Version: 8.x.x
Testing
Testing is an important feature of any library. To aid in our own tests we've developed a MockBinding
a fake hardware binding that doesn't actually need any hardware to run. This class passes all of the same tests as our hardware based bindings and provides a few additional test related interfaces.
The code can be found in the @serialport/binding-mock
package.