So when the diagnostics hits an error, it will write something like this;
Test suite failed to run
TypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):
<file> - error <message>`
Now I might be alone in this but I do appreciate the error, but I don't want to see that " TypeScript diagnostics (customize using [jest-config].globals.ts-jest.diagnostics option)" line.
Is there any way to disable it? With lots of errors it keeps repeating and distracts from the actual errors. I also think its pretty useless to display on each error and would rather like to see it once at the end or something. But if I could remove the message entirely from the log, that would work better on environments that I would want logging on to see what error I got.
So when the diagnostics hits an error, it will write something like this;
Now I might be alone in this but I do appreciate the error, but I don't want to see that " TypeScript diagnostics (customize using
[jest-config].globals.ts-jest.diagnosticsoption)" line.Is there any way to disable it? With lots of errors it keeps repeating and distracts from the actual errors. I also think its pretty useless to display on each error and would rather like to see it once at the end or something. But if I could remove the message entirely from the log, that would work better on environments that I would want logging on to see what error I got.