aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/esm/second.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'integration/bunjs-only-snippets/esm/second.mjs')
-rw-r--r--integration/bunjs-only-snippets/esm/second.mjs7
1 files changed, 0 insertions, 7 deletions
diff --git a/integration/bunjs-only-snippets/esm/second.mjs b/integration/bunjs-only-snippets/esm/second.mjs
deleted file mode 100644
index 888eb11b9..000000000
--- a/integration/bunjs-only-snippets/esm/second.mjs
+++ /dev/null
@@ -1,7 +0,0 @@
-import { start, end } from "./startEnd.mjs";
-
-start("Second");
-
-import "./second-child.mjs";
-
-end("Second");