Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 342 Bytes

File metadata and controls

19 lines (13 loc) · 342 Bytes

Network Testing

Test your live Network with Jest.

Small semantic Socket wrapper to be used with Jest.

Features

  • Tests become more readable.
  • Follows the given, when, then test pattern.
  • Examples that cover most use cases.

Install

npm install --save-dev jest network-testing

Future

  • retry mechanism