Skip to content

Commit

Permalink
chore: ensure test failures show correct line number
Browse files Browse the repository at this point in the history
Fixes #2500
  • Loading branch information
chriscasola committed Mar 31, 2017
1 parent de55bc6 commit 67d1cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015"]
"presets": ["es2015"],
"retainLines": true
}

0 comments on commit 67d1cfe

Please sign in to comment.