Files
Webklar.com/node_modules/react-resizable-panels/jest.config.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

11 lines
262 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
testEnvironment: "jsdom",
preset: "ts-jest",
prettierPath: null,
testEnvironmentOptions: {
customExportConditions: ["development"],
},
testMatch: ["**/*.test.{ts,tsx}"],
};