r-lib / mockery

A mocking library for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mockery package not loaded by devtools::test()

1beb opened this issue · comments

I tried adding the library call to:

/tests/testthat.R

However, the only way to get it to load is if it's an actual dependency in the description. Temporarily added this for development.