Run unit tests for shiny apps

test_app(path = "tests/testthat", ...)

Arguments

path

character, path to testing directory, Default: 'tests/testthat'

...

arguments to pass to test_dir

Value

test_dir output

Details

reactor unit test files are like testthat test files, just the name is reactor-*.R, instead of test-*.R

See also