ref: use bun tester

This commit is contained in:
alikia2x (寒寒) 2024-09-22 20:39:49 +08:00
parent cf6c69e61b
commit 668a88e917
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -1,4 +1,4 @@
import { describe, expect, test } from "@jest/globals";
import { describe, expect, test } from "bun:test";
import validLink, { validTLD } from "../lib/url/validLink";
describe("Check if a string is an accessible domain/URL/IP", () => {