You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/messages.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ export enum Errors {
7
7
FileNotFound='File not found: {{inputPath}} (resolved as: {{resolvedPath}})',
8
8
UntestedDependencyVersion="Version {{actualVersion}} of {{module}} installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version ({{expectedVersion}}). Please do not report issues in ts-jest if you are using unsupported versions.",
9
9
MissingDependency="Module {{module}} is not installed. If you're experiencing issues, consider installing a supported version ({{expectedVersion}}).",
10
+
UnableToCompileTypeScript='Unable to compile TypeScript ({{help}}):\n{{diagnostics}}',
10
11
}
11
12
12
13
exportenumHelps{
13
14
FixMissingModule='{{label}}: `npm i -D {{module}}` (or `yarn add --dev {{module}}`)',
14
-
IgnoreDiagnosticCode='add any of the code(s) to `globals.ts-jest.diagnostics.ignoreCodes` array in Jest configuration will silent this',
15
+
IgnoreDiagnosticCode='add code(s) in `[jest-config].globals.ts-jest.diagnostics.ignoreCodes` to ignore',
0 commit comments