14 lines
365 B
TypeScript
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",
|
|
],
|
|
};
|