This repository has been archived by the owner on May 9, 2023. It is now read-only.
Releases: grammarly/tape-enzyme
Releases · grammarly/tape-enzyme
Add hooks to Tape
Add chain feature
Add ability to write test in chain style:
wrapper
.isSelector('.child')
.hasClass('child')
.type('span')
.checkName('span')
.checkKey('2')
.text('First Child')