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
importtestfrom'ava'test.before(()=>{thrownewError('should not run?')})test.after(()=>{thrownewError('should not run?')})test.skip('some skipped test',t=>{})
Currently the before() and after() is run even if the file contain only skipped tests.
Is that the expected behavior?
The text was updated successfully, but these errors were encountered:
ava: 0.18.2
Currently the
before()
andafter()
is run even if the file contain only skipped tests.Is that the expected behavior?
The text was updated successfully, but these errors were encountered: