From 5601426187aa4db0da306d09febcb548f4256a99 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 22 Feb 2022 10:13:44 -0500 Subject: [PATCH] Lower jsc.target to es2019 --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index e283bd87..a79770cc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,7 +27,7 @@ module.exports = { "@swc/jest", { jsc: { - target: "es2021", + target: "es2019", }, }, ],