Files
cfw-autumn/server/tests/_groups/temp.ts
2026-05-05 18:06:39 +08:00

14 lines
365 B
TypeScript

import type { TestGroup } from "./types";
export const temp: TestGroup = {
name: "temp",
description:
"sub.created auto-sync + sync param detection + restore (Autumn → Stripe)",
tier: "domain",
paths: [
// "integration/billing/stripe-webhooks/subscription-created",
"integration/billing/sync/to-sync-params",
// "integration/billing/restore",
],
};