Skip to content

Commit

Permalink
Fix for ljacobsson#1. Removing redundant require of jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Sep 11, 2020
1 parent 3b6313f commit d4d6db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graph/Vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const jsonUtil = require("../resources/JsonUtil");
const icons = require("./ui/icons");
const filterConfig = require("../resources/FilterConfig");
const { TestScheduler } = require("jest");
const tempDirectory = require("temp-dir");
const fs = require("fs");
const path = require("path");
Expand Down

0 comments on commit d4d6db1

Please sign in to comment.