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
A test should be able to have a set of packages that are automatically attached for a test?
Either this or we should add explicit stringr:: package references in the tests themselves. Not sure which is preferable. It seems silly for the tests to fail when stringr is available, for instance.
Document the preferred and then implement for stringr!
The text was updated successfully, but these errors were encountered:
A test should be able to have a set of packages that are automatically attached for a test?
Either this or we should add explicit
stringr::
package references in the tests themselves. Not sure which is preferable. It seems silly for the tests to fail whenstringr
is available, for instance.Document the preferred and then implement for
stringr
!The text was updated successfully, but these errors were encountered: