Skip to content

Commit

Permalink
update e2etest app files
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Jan 12, 2024
1 parent 8009e3f commit 6bbcb4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions tests/e2e/app-files/hello.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
box::use(
shiny[
bootstrapPage,
NS,
tags,
textInput,
actionButton,
observeEvent,
textOutput,
bootstrapPage,
isolate,
moduleServer,
NS,
observe,
observeEvent,
renderText,
isolate
]
tags,
textInput,
textOutput
],
)

box::use(app / logic / say_hello[say_hello])
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/app-files/main.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
box::use(
rhino[log, react_component],
shiny,
rhino[log, react_component]
)

box::use(app / view / hello)
box::use(app/view/hello)

Box <- react_component("Box") # nolint object_name_linter

Expand Down

0 comments on commit 6bbcb4f

Please sign in to comment.