ref: use bun tester
This commit is contained in:
parent
cf6c69e61b
commit
668a88e917
@ -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";
|
import validLink, { validTLD } from "../lib/url/validLink";
|
||||||
|
|
||||||
describe("Check if a string is an accessible domain/URL/IP", () => {
|
describe("Check if a string is an accessible domain/URL/IP", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user