UNPKG

verifio

Version:

Smart validation and verification library for URLs, with future support for emails and more

13 lines (12 loc) 285 B
/* eslint-disable no-undef */ /** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'], verbose: true, clearMocks: true, transform: { '^.+\\.tsx?$': 'ts-jest', }, };