in JS, theoretically, we could have something like...
# spek
o
in JS, theoretically, we could have something like
Copy code
context(function () {
   db = connect()
})
and through this-substitution and using dynamic nature of JS make
db
available in nested describes, resetting it before each call