We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9128da1 commit 922b3a2Copy full SHA for 922b3a2
lib/short-id.test.ts
@@ -0,0 +1,6 @@
1
+import { expect, test } from "vitest";
2
+import { shortId } from "./short-id";
3
+
4
+test("shortId", () => {
5
+ expect(shortId("+function.foo")).toBe("foo");
6
+});
0 commit comments