You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@novemberborn Is there already an issue for a proper interactive UI? I had no idea there was a u option since it didn't seem to be documented, and the console UI provides no indication that this shortcut is available.
Ava borrows Jest's snapshot feature, and from #1275 and other issues, this feature is evolving in Ava. That's really awesome.
Jest, in addition, has an interactive watcher that:
One of the commands is
u
, which updates snapshots of tests that just ran.I became familiar with Ava thru @novemberborn when working on
babel-plugin-import-glob
. I really like Ava, especially with the TAP-like syntax.Ava just needs an interactive watcher to compliment the snapshot feature.
The text was updated successfully, but these errors were encountered: