Skip to content

Commit

Permalink
update e2etest app files to rhino-box styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Jan 12, 2024
1 parent 8fcfffd commit 24e0fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/app-files/test-hello.R
Original file line number Diff line number Diff line change
@@ -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()", {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/app-files/test-say_hello.R
Original file line number Diff line number Diff line change
@@ -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", {
Expand Down

0 comments on commit 24e0fe8

Please sign in to comment.