From cbc383072cc27a476c8ac16f12000d3c4eecfd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 3 Jan 2023 18:13:17 +0900 Subject: [PATCH] Update test refs --- crates/swc/tests/vercel/full/next-31419/1/output/index.js | 2 +- crates/swc/tests/vercel/full/next-31419/2/output/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/swc/tests/vercel/full/next-31419/1/output/index.js b/crates/swc/tests/vercel/full/next-31419/1/output/index.js index e02f2f38e24d..59ba1d374036 100644 --- a/crates/swc/tests/vercel/full/next-31419/1/output/index.js +++ b/crates/swc/tests/vercel/full/next-31419/1/output/index.js @@ -64,7 +64,7 @@ export var listOfUser = function(t) { 2 ]; }); - }), function(r, e) { + }), function(r, n) { return e.apply(this, arguments); })); }; diff --git a/crates/swc/tests/vercel/full/next-31419/2/output/index.js b/crates/swc/tests/vercel/full/next-31419/2/output/index.js index 3a7d9c50cd48..33535d28e331 100644 --- a/crates/swc/tests/vercel/full/next-31419/2/output/index.js +++ b/crates/swc/tests/vercel/full/next-31419/2/output/index.js @@ -19,7 +19,7 @@ export const listOfUser = function(n) { postgreSQL.query(t, null, function(n, t) { n ? e(n) : r(t.rows); }); - }), function(r, e) { + }), function(r, n) { return e.apply(this, arguments); })); };