mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
10 lines
214 B
TypeScript
10 lines
214 B
TypeScript
import { describe } from "vitest";
|
|
import { wsTestsExec } from "../_utils";
|
|
|
|
describe("deno", () => {
|
|
wsTestsExec("deno run --unstable-byonm -A ./deno.ts", {
|
|
resHeaders: false,
|
|
adapter: "deno",
|
|
});
|
|
});
|