aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/cjs.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/cjs.js')
-rw-r--r--integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/cjs.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/cjs.js b/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/cjs.js
deleted file mode 100644
index 087697589..000000000
--- a/integration/bunjs-only-snippets/bundled/to_bundle_node_modules/i-am-bundled/cjs.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- default: 0xdeadbeef,
- default() {
- return "ok";
- },
- default: true,
- ok() {
- return true;
- },
-};