Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Nov 2, 2023
1 parent 990de42 commit fa71755
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions __tests__/configFile.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import configFile from "../src/configFile";
import foreman from "../src/foreman";
import type { GitHubRelease } from "../src/foreman";
import { parse } from "toml";
import semver from "semver";
import type {GitHubRelease} from "../src/foreman";
import {parse} from "toml";
test("get off my back, Jest", () => {
expect(5).toEqual(5);
});
Expand Down

0 comments on commit fa71755

Please sign in to comment.