Skip to content

Commit

Permalink
fix: Fix line numbers being wrong in index tests (see evanw/node-sou…
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht committed Jun 8, 2020
1 parent 8c78a96 commit 56fd884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import Twitch2Ma from "../src/lib/Twitch2Ma";
import Fs = require("fs");
import _ = require("lodash");

// Workaround, see https://github.com/evanw/node-source-map-support/issues/279
jest.mock("source-map-support");
////

jest.mock("../src/lib/Twitch2Ma");

test("Update notification", () => {
Expand Down

0 comments on commit 56fd884

Please sign in to comment.