From 8138549f64403874eb7c7ddfbde1cc2cc2c03695 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 23 Jun 2025 17:20:31 +0700 Subject: Typescript validation finally passes. --- jest.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jest.config.ts') diff --git a/jest.config.ts b/jest.config.ts index c52075f..b477474 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,3 +1,9 @@ +// Configures Jest, the testing engine +// -- Sets test environment, module resolution, and TS integration via ts-jest. +// -- Must align with tsconfig.json and sometimes vite.config.mts. +// -- Must match paths and module resolution from tsconfig.json. +// -- Uses ts-jest to compile TS like Vite does. + export default { preset: 'ts-jest', testEnvironment: 'jsdom', -- cgit v1.2.3