Skip to content

Commit 7e212aa

Browse files
Added source-map-support, so test failures include original source line numbers
1 parent 01568ff commit 7e212aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .mocharc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ spec:
1111

1212
bail: true
1313
recursive: true
14+
require: source-map-support/register

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"npm-check": "^5.9.0",
5353
"nyc": "^14.1.1",
5454
"shx": "^0.3.2",
55+
"source-map-support": "^0.5.12",
5556
"tslint": "^5.17.0",
5657
"tslint-modular": "^1.4.1",
5758
"typescript": "^3.5.1",

0 commit comments

Comments
 (0)