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
We occasionally need utility functions and shared code between apps, but we don't want to introduce a dependency on shinycoreci in the test code. Ideally, testing apps should be completely isolated.
We could build on staticimports to store shared code in {shinycoreci}/inst/staticexports that is then "vendored" into the test app folders.
We'd also need a shinycoreci function that walks the test apps and can update any out-of-date imports.
The text was updated successfully, but these errors were encountered:
We occasionally need utility functions and shared code between apps, but we don't want to introduce a dependency on shinycoreci in the test code. Ideally, testing apps should be completely isolated.
We could build on staticimports to store shared code in
{shinycoreci}/inst/staticexports
that is then "vendored" into the test app folders.We'd also need a shinycoreci function that walks the test apps and can update any out-of-date imports.
The text was updated successfully, but these errors were encountered: