summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture08.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/bundle/fixture08.out')
-rw-r--r--cli/tests/bundle/fixture08.out7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/bundle/fixture08.out b/cli/tests/bundle/fixture08.out
deleted file mode 100644
index bfe40aa37..000000000
--- a/cli/tests/bundle/fixture08.out
+++ /dev/null
@@ -1,7 +0,0 @@
-const a1 = "a";
-const mod = function() {
- return {
- a: a1
- };
-}();
-export { mod as a };