aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/custom-elements/my-component-lib/polyfill.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/fixtures/custom-elements/my-component-lib/polyfill.js')
-rw-r--r--packages/astro/test/fixtures/custom-elements/my-component-lib/polyfill.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/astro/test/fixtures/custom-elements/my-component-lib/polyfill.js b/packages/astro/test/fixtures/custom-elements/my-component-lib/polyfill.js
deleted file mode 100644
index 92788352b..000000000
--- a/packages/astro/test/fixtures/custom-elements/my-component-lib/polyfill.js
+++ /dev/null
@@ -1,2 +0,0 @@
-console.log('this is a polyfill');
-export default {};