5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
// @ts-ignore TS6133
|
|
import { test } from "vitest";
|
|
|
|
test("masking test", () => {});
|