diff options
Diffstat (limited to 'packages/markdown/component/test/fixtures/astro-markdown/src/scripts/test.js')
-rw-r--r-- | packages/markdown/component/test/fixtures/astro-markdown/src/scripts/test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/markdown/component/test/fixtures/astro-markdown/src/scripts/test.js b/packages/markdown/component/test/fixtures/astro-markdown/src/scripts/test.js new file mode 100644 index 000000000..b179ee953 --- /dev/null +++ b/packages/markdown/component/test/fixtures/astro-markdown/src/scripts/test.js @@ -0,0 +1 @@ +console.log("Hello world"); |