mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
import { expect, it, describe } from "vitest";
|
|
import {} from "../src";
|
|
|
|
describe("crossws", () => {
|
|
it.todo("pass", () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|