Files
cfw-autumn/server/tests/_groups/domains/billing/billingV1.ts
2026-02-22 23:48:40 +00:00

9 lines
193 B
TypeScript

import type { TestGroup } from "../../types";
export const billingV1: TestGroup = {
name: "billing-v1",
description: "V1 legacy attach tests",
tier: "domain",
paths: ["legacy/attach"],
};