From 15a763152f9d392cb80692262f8de5ef8ae15495 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 11 Aug 2021 10:20:47 -0400 Subject: chore: move test files to testdata directory (#11601) --- cli/tests/bundle/fixture09.out | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 cli/tests/bundle/fixture09.out (limited to 'cli/tests/bundle/fixture09.out') diff --git a/cli/tests/bundle/fixture09.out b/cli/tests/bundle/fixture09.out deleted file mode 100644 index e06cc92de..000000000 --- a/cli/tests/bundle/fixture09.out +++ /dev/null @@ -1,19 +0,0 @@ -function a3(...d) { - return d.join(" "); -} -const mod = function() { - return { - a: a3 - }; -}(); -function a1(...d) { - return d.join("/"); -} -const mod1 = function() { - return { - a: a1 - }; -}(); -const k = globalThis.value ? mod : mod1; -const { a: a2 , } = k; -export { a2 as a }; -- cgit v1.2.3