Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 9fcf29e

Browse files
committed
chore: lint
1 parent 8730e21 commit 9fcf29e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/utils.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import type { EmojiVersion } from "./lockfile";
2-
import consola from "consola";
31
import semver from "semver";
42
import { NO_EMOJI_VERSIONS } from "./constants";
5-
import { getCurrentDraftVersion } from "./versions";
63

74
/**
85
* Converts a string to a URL-friendly slug.

test/versions.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "fs-extra";
2-
import { beforeEach, describe, expect, it, vi } from "vitest";
3-
import { extractEmojiVersion, extractVersionFromReadme, getAllEmojiVersions, getCurrentDraftVersion } from "../src/versions";
2+
import { describe, expect, it } from "vitest";
3+
import { extractEmojiVersion, extractVersionFromReadme, getCurrentDraftVersion } from "../src/versions";
44

55
describe("get draft version", () => {
66
it("returns draft versions when fetches succeed and versions match", async () => {

0 commit comments

Comments
 (0)