o.before()
within a o.spec
still runs even when no tests are running
#61
Labels
bug
Something isn't working
In this example, the console log runs even though no test in that spec is running (due to the
.only
ontest2
). In my own project this is causing extra debug statements to show up in the console even though they're not relevant to the test I'm focusing on.The text was updated successfully, but these errors were encountered: