Skip to content

Commit

Permalink
tests: update tested export_template/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jun 28, 2024
1 parent 306b90d commit c33afee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/testthat/apps/export_template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
></script>
<script type="module">
import { runExportedApp } from "./{{REL_PATH}}shinylive/shinylive.js";
runExportedApp("root", "{{APP_ENGINE}}", "{{REL_PATH}}");
runExportedApp({
id: "root",
appEngine: "{{APP_ENGINE}}",
relPath: "{{REL_PATH}}",
});
</script>
<link rel="stylesheet" href="./{{REL_PATH}}shinylive/style-resets.css" />
<link rel="stylesheet" href="./{{REL_PATH}}shinylive/shinylive.css" />
Expand Down

0 comments on commit c33afee

Please sign in to comment.