1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00

Install source-map-support in each test

This makes exception traces use the source map, which is much more helpful when
debugging.
This commit is contained in:
Richard van der Hoff
2017-02-07 22:50:33 +00:00
parent d453813db4
commit 80d0aadbd0
25 changed files with 25 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
"use strict";
import 'source-map-support/register';
const callbacks = require("../../lib/realtime-callbacks");
const testUtils = require("../test-utils.js");