jest-junit
jest-junit copied to clipboard
fix: remove truncation of timestamp
I was taking a look at the JUnit XML output and I noticed that the timestamp on the testsuite element was missing a timezone specification. I looked at the code and noticed that the end of the timestamp was being truncated. This PR removes that truncation in order to retain the timezone information.
This change seems reasonable to me. I'm currently fixing CI so once that's fixed I'll ask you to rebase.
https://github.com/jest-community/jest-junit/pull/267