UNPKG

react-compound-timer

Version:

React hooks for timers, countdowns, and stopwatches.

12 lines (11 loc) 299 B
/** @type {import('jest').Config} */ const config = { testEnvironment: 'jsdom', roots: ["<rootDir>/src"], transform: { "^.+\\.tsx?$": "ts-jest", }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx"], }; module.exports = config;