UNPKG

react-password-strength-bar

Version:

A React component that displays the password strength bar

15 lines (14 loc) 389 B
module.exports = { setupFiles: ['<rootDir>/test/setupTests.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testPathIgnorePatterns: ['<rootDir>/node_modules/'], globals: { 'ts-jest': { tsConfig: 'tsconfig.test.json', }, }, };