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
The testbot is generally useful but we want easier/more control over what modules it imports, and we don't want this hack where we end up importing db1 even if we don't use it.
Or maybe an
noUse
which doesn'tsecretstack.use
anything. Or is the db the only thing being.use
d and they'd be the same thing?Followup from #96 (comment)
The testbot is generally useful but we want easier/more control over what modules it imports, and we don't want this hack where we end up importing db1 even if we don't use it.
The text was updated successfully, but these errors were encountered: