It looks like the pem library is causing Jest tests to report the wrong line numbers for failed tests.
Initially, Jest displays the correct line that causes test to fail for a simple test.

When pem is added to the project (uncomment out the first line on testedComponent.js), jest now reports the same failed test on the wrong line number.

This issue seems to have been present in the project since version 1.14.7
It doesn't reproduce for version 1.14.6 and below.
I've created a simple repository that reproduces this issue: https://github.com/josephmfaulkner/reproduce-jest-line-num-issue-when-using-pem