Files
PluralFlux/tests/jest.setup.js

3 lines
71 B
JavaScript
Raw Normal View History

2026-02-17 17:38:06 -05:00
import * as dotenv from "dotenv";
dotenv.config({ path: "env.jest" });