We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e1e7d commit aa4ddf3Copy full SHA for aa4ddf3
lib/utils/isCustomDomain.test.ts
@@ -1,7 +1,7 @@
1
import { isCustomDomain } from "./isCustomDomain";
2
import { describe, expect, it } from "vitest";
3
4
-describe.only("isCustomDomain", () => {
+describe("isCustomDomain", () => {
5
it("custom domain in use", () => {
6
const result = isCustomDomain("www.test.com");
7
expect(result).toEqual(true);
0 commit comments