Bug / Improvements
-
{shinytest2}
now uses{rlang}
and longer depends on{ellipsis}
(@olivroy, #382). -
{shinytest2}
now warns rather than erroring when a potentially non-existent global variable is found in the server function, such as when column names are passed todplyr::select()
(thanks @matt-sd-watson @MichalLauer, #385).