Adds the mailing list setup.

This commit is contained in:
2026-08-31 17:58:02 -06:00
parent da23c9fc66
commit 362283b11e
6 changed files with 395 additions and 22 deletions

11
jest.config.js Normal file
View File

@@ -0,0 +1,11 @@
import { createDefaultPreset } from "ts-jest";
const tsJestTransformCfg = createDefaultPreset().transform;
/** @type {import("jest").Config} **/
export default {
testEnvironment: "node",
transform: {
...tsJestTransformCfg,
},
};