diff options
Diffstat (limited to 'integration/bunjs-only-snippets/esm/second-child.mjs')
-rw-r--r-- | integration/bunjs-only-snippets/esm/second-child.mjs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/integration/bunjs-only-snippets/esm/second-child.mjs b/integration/bunjs-only-snippets/esm/second-child.mjs deleted file mode 100644 index 5fb06ed45..000000000 --- a/integration/bunjs-only-snippets/esm/second-child.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { start, end } from "./startEnd.mjs"; - -start("Second (nested import)"); - -end("Second (nested import)"); |