aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/propagated-assets/src/components/LogHello.astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/markdoc/test/fixtures/propagated-assets/src/components/LogHello.astro')
-rw-r--r--packages/integrations/markdoc/test/fixtures/propagated-assets/src/components/LogHello.astro5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/integrations/markdoc/test/fixtures/propagated-assets/src/components/LogHello.astro b/packages/integrations/markdoc/test/fixtures/propagated-assets/src/components/LogHello.astro
new file mode 100644
index 000000000..6d994378b
--- /dev/null
+++ b/packages/integrations/markdoc/test/fixtures/propagated-assets/src/components/LogHello.astro
@@ -0,0 +1,5 @@
+<p>I'm gonna log hello</p>
+
+<script>
+ console.log('hello');
+</script>