Skip to content

Commit 4d22eb3

Browse files
committed
test: add sourcemap support to tests
1 parent cfa7368 commit 4d22eb3

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

package-lock.json

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"sinon": "^4.3.0",
7474
"sinon-chai": "^3.2.0",
7575
"snappy": "^6.3.4",
76+
"source-map-support": "^0.5.19",
7677
"spec-xunit-file": "0.0.1-3",
7778
"standard-version": "^9.2.0",
7879
"tslib": "^2.2.0",

test/mocha.opts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
--ui test/tools/runner/metadata_ui.js
55
--reporter spec-xunit-file
66
--colors
7+
--require source-map-support/register

0 commit comments

Comments
 (0)