Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

Tape-to-Jest

This mod takes tests written for the Tape framework and makes them compatible with Jest.

Specificially it

  • changes test to it
  • removes the Tape-style assertion object parameter
  • changes Tape assertions to Jest expect statements