diff --git a/tests/e2e/app-files/test-hello.R b/tests/e2e/app-files/test-hello.R index 54301473..a8d0a96a 100644 --- a/tests/e2e/app-files/test-hello.R +++ b/tests/e2e/app-files/test-hello.R @@ -1,9 +1,9 @@ box::use( shiny[testServer], - testthat[...], + testthat[describe, expect_identical, it], ) box::use( - app/view/hello[...], + app/view/hello[server], ) describe("hello$server()", { diff --git a/tests/e2e/app-files/test-say_hello.R b/tests/e2e/app-files/test-say_hello.R index 84b393c6..9ad2d999 100644 --- a/tests/e2e/app-files/test-say_hello.R +++ b/tests/e2e/app-files/test-say_hello.R @@ -1,6 +1,6 @@ -box::use(testthat[...]) +box::use(testthat[describe, expect_identical, it], ) -box::use(app/logic/say_hello[say_hello]) +box::use(app/logic/say_hello[say_hello], ) describe("say_hello()", { it("should say hello with the correct name", {