From ed14bac44c3807b93cda8a3c8643ee9dce510d29 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 16:13:08 -0500 Subject: [PATCH] Just checking to be sure this does not impact test env --- jestconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jestconfig.json b/jestconfig.json index 7e51963..447aa81 100644 --- a/jestconfig.json +++ b/jestconfig.json @@ -20,5 +20,6 @@ "SENTRY_DSN": null }, "testRegex": "/test/.*\\.test\\.ts$", - "collectCoverageFrom": ["src/**/*.{ts,js}"] + "collectCoverageFrom": ["src/**/*.{ts,js}"], + "useESM": true }