The most realistic low-effort solution is to just do
@test browse(args...) isa WebIO.Scope
which really doesn’t test anything except that your function doesn’t error.
The most realistic low-effort solution is to just do
@test browse(args...) isa WebIO.Scope
which really doesn’t test anything except that your function doesn’t error.