Skip to content

Commit

Permalink
removed unused import from unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
quicken committed Dec 17, 2023
1 parent c4ed551 commit c340920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/suite/fileFacace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as assert from "assert";
// You can import and use all API from the 'vscode' module
// as well as import your extension to test it
import * as vscode from "vscode";
import { minimatch } from "minimatch";
import { FileFacade } from "../../FileFacade";

/**
Expand Down

0 comments on commit c340920

Please sign in to comment.