Files
cfw-autumn/server/tests/_groups/temp.ts
2026-04-01 17:24:07 +01:00

16 lines
543 B
TypeScript

import type { TestGroup } from "./types";
export const temp: TestGroup = {
name: "temp",
description: "Overage allowed billing control tests",
tier: "domain",
paths: [
"integration/balances/check/overage-allowed/",
"integration/balances/track/overage-allowed/",
"integration/crud/customers/customer-billing-controls.test.ts",
"integration/crud/entities/update-entity-billing-controls.test.ts",
"integration/balances/reset/persist-free-overage-on.test.ts",
"integration/balances/reset/persist-free-overage-off.test.ts",
],
};