Skip to content

Latest commit

 

History

History

tape-to-jest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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