UNPKG

incompatiblewith

Version:

InCompatibleWith is a decorator for class-validator that checks if siblings do not exist on the object.

17 lines (16 loc) 426 B
/* eslint-disable @typescript-eslint/no-var-requires */ /* eslint-disable no-undef */ module.exports = { moduleDirectories: ['node_modules', 'src'], moduleFileExtensions: ['js', 'json', 'ts'], roots: ['src'], testRegex: '.spec.ts$', transform: { '^.+\\.(t|j)s$': 'ts-jest', }, testEnvironment: 'node', moduleNameMapper: { 'src/(.*)': '<rootDir>/src/$1', }, setupFiles: ['./jest-setup-file.ts'], };