I would like to test a reactive that depends on a file that is loaded into shiny through fileInput. How do I test with testthat and testServer that the file is loaded correctly and reactives are updated correctly? A simple example would do, can't find any anywhere.