mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
You can nest a "describe" in a "describe": describe describe it But you can't nest an "it" in an "it": describe it it The nested "it"s were not getting run (or getting run, but their output ignored, I'm not sure). Before this change: 41 specs, 0 failures After: 44 specs, 5 failures |
||
---|---|---|
.. | ||
broker.spec.coffee | ||
proxypair.spec.coffee | ||
snowflake.spec.coffee | ||
ui.spec.coffee | ||
util.spec.coffee |