1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-23 22:42:10 +03:00

Remove "source-map-support" from tests because it makes sourcemaps worse

Now that we're pointing at `src/` for tests, we can stop trying to load source maps from random places. With this dependency used, source maps are off by a few lines.
This commit is contained in:
Travis Ralston
2019-12-17 15:44:57 -07:00
parent f952f6742f
commit 95c2c1643e
27 changed files with 1 additions and 32 deletions

View File

@@ -1,4 +1,3 @@
import 'source-map-support/register';
import * as utils from "../test-utils";
import {PushProcessor} from "../../src/pushprocessor";