updated jest to sort of work with es6

This commit is contained in:
Aster Fialla
2026-02-17 17:38:06 -05:00
parent 35b454bc80
commit ba9552b4aa
5 changed files with 34 additions and 11 deletions

2
tests/jest.setup.js Normal file
View File

@@ -0,0 +1,2 @@
import * as dotenv from "dotenv";
dotenv.config({ path: "env.jest" });