semblance/node_modules/react-resizable-panels/jest.config.js
2025-12-19 19:26:16 +00:00

10 lines
262 B
JavaScript
Executable file

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