sisoe24 / Nuke-Tools

Found multiple import of the same path JS-R1000
Style
Minor
5 months ago5 months old
'/code/src/test/suite/test_utils.ts' imported multiple times
  3import * as assert from "assert";
  4import { join } from "path";
  5import * as executables from "../../launch_executable";
  6import * as testUtils from "./test_utils";  7
  8/**
  9 * Path to an executable bash file named: myapp.
'/code/src/test/suite/test_utils.ts' imported multiple times
  1import * as vscode from "vscode";
  2import * as utils from "./test_utils";  3import * as assert from "assert";
  4import { join } from "path";
  5import * as executables from "../../launch_executable";