UNPKG

ts-jest

Version:

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript

9 lines (8 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TsJestDiagnosticCodes = void 0; exports.TsJestDiagnosticCodes = { Generic: 151000, ConfigModuleOption: 151001, ModernNodeModule: 151002, };