aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/e2e/fixtures/hmr/src/scripts/heading.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/e2e/fixtures/hmr/src/scripts/heading.js')
-rw-r--r--packages/astro/e2e/fixtures/hmr/src/scripts/heading.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro/e2e/fixtures/hmr/src/scripts/heading.js b/packages/astro/e2e/fixtures/hmr/src/scripts/heading.js
new file mode 100644
index 000000000..0d3fece4a
--- /dev/null
+++ b/packages/astro/e2e/fixtures/hmr/src/scripts/heading.js
@@ -0,0 +1,2 @@
+
+document.querySelector('h1').textContent = 'before';