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 tests in tests/test-with_opt.R are defunct as the run_app() function is not properly sourced in a dummy-golem.
One can add a call to devtools::load_all() inside the test so the dummy golem has run_app() in its workspace. The test should run in non-interactive mode then.