testServer() and testModule() are two new functions for testing reactive behavior inside server functions and modules, respectively. (#2682, #2764)
But, they are missing from the package. I installed the development version (remotes::install_github) but the functions are missing, and are not in the NAMESPACE file. I can only find the code for these functions in the specific pull requests #2682, #2764.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report. testServer() is in, and in NAMESPACE, but testModule() didn't ultimately make the cut. We should definitely update the NEWS.md.
NEWS.md lists new features:
testServer() and testModule() are two new functions for testing reactive behavior inside server functions and modules, respectively. (#2682, #2764)
But, they are missing from the package. I installed the development version (remotes::install_github) but the functions are missing, and are not in the NAMESPACE file. I can only find the code for these functions in the specific pull requests #2682, #2764.
The text was updated successfully, but these errors were encountered: