Skip to content

Commit aa4ddf3

Browse files
committed
test: remove left over only marker.
1 parent 01e1e7d commit aa4ddf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/isCustomDomain.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { isCustomDomain } from "./isCustomDomain";
22
import { describe, expect, it } from "vitest";
33

4-
describe.only("isCustomDomain", () => {
4+
describe("isCustomDomain", () => {
55
it("custom domain in use", () => {
66
const result = isCustomDomain("www.test.com");
77
expect(result).toEqual(true);

0 commit comments

Comments
 (0)