Skip to content

Commit

Permalink
[INTERNAL] Remove unused imports from AbstractResolver test
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 1, 2023
1 parent e8191a4 commit 7569ac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/ui5framework/AbstractResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import test from "ava";
import sinon from "sinon";
import path from "node:path";
import os from "node:os";
import {fileURLToPath} from "node:url";
import {readFile} from "node:fs/promises";
import esmock from "esmock";

test.beforeEach(async (t) => {
Expand Down

0 comments on commit 7569ac3

Please sign in to comment.