From 7e2c7fb6c5454e30158d74e1a5786183ea391f07 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 23 Oct 2020 11:50:15 +1100 Subject: refactor(cli): migrate run and cache to new infrastructure (#7996) Co-authored-by: Ryan Dahl --- cli/tests/bundle/fixture14.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/bundle/fixture14.out') diff --git a/cli/tests/bundle/fixture14.out b/cli/tests/bundle/fixture14.out index 06e93a7cc..c1a14cebe 100644 --- a/cli/tests/bundle/fixture14.out +++ b/cli/tests/bundle/fixture14.out @@ -12,12 +12,12 @@ const lib = function() { }; }(); const c = function() { - const c1; + const c1 = []; return { c: c1 }; }(); - const mod; + const mod = []; return { mod }; -- cgit v1.2.3