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
When running teenytest file.js:10, the "10" should refer to the line number in whatever the original source was. If it's been compiled from TypeScript etc., that line number will be different. Teenytest should use source maps to trace back to the original line.
Likewise for exceptions; they point to line numbers in the built code, not the original source.
The text was updated successfully, but these errors were encountered:
When running
teenytest file.js:10
, the "10" should refer to the line number in whatever the original source was. If it's been compiled from TypeScript etc., that line number will be different. Teenytest should use source maps to trace back to the original line.Likewise for exceptions; they point to line numbers in the built code, not the original source.
The text was updated successfully, but these errors were encountered: