13.7 Make a test

  • Create and open a test file for foofy.R with `usethis::use_test(“foofy”)
  • If test is already made it will just open it.
  • If foofy.R is active in the editor, usethis::use_test() is enough
  • ** File name/structure for tests should match the R file structure