probot/test/deprecations.test.ts

6 lines
133 B
TypeScript

import { describe, it } from "vitest";
describe("Deprecations", () => {
it("no deprecations exists at this point", () => {});
});