UNPKG

use-input-react

Version:

Simple hook to avoid re-writting onChange handler for input again and again..

12 lines (11 loc) 273 B
module.exports = { roots: ['<rootDir>'], testMatch: [ '**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)', ], testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, };