Closed SteffenAnders closed 7 years ago
Hey @SteffenAnders, this feature seems to have gone missing between 2.1.7 and 3.0.0. The 3.x really was a major release with massive changes to the code base, so this will bug probably take a while to hunt down 😕
Hi @erikbarke , thanks for your response.
Until this "bug" is fixed, i will stay on 2.1.7
because this information is really important for test debugging.
@erikbarke could you fix it in the closest release or provide a workaround, by any chance? It's pretty important stuff, and I can't use 2.1.7
version as it has ts.isDeclarationFile
issue :(
The line numbers are back now on the development branch, npm i github:monounity/karma-typescript#next
!
Hi,
I've just updated
karma-typescript
from2.1.7
to3.0.4
.Everything works so far, but i have noticed that the line number of the origin typescript file is missing on test error output.
Output in
2.1.7
Output in
3.0.4
How do i get back the line number of the origin typescipt file?
My tsconfig.json:
My karma configuration: