Files
cfw-autumn/server/tests/_groups/temp.ts
mintlify[bot] 32d9b4dd62 Add Elysia, Express, and Web Standard adapter docs (#983)
* fix: dashboard bugs

* latest

---------

Co-authored-by: John Yeo <johnyeocx@gmail.com>
Co-authored-by: John Yeo <51376134+johnyeocx@users.noreply.github.com>
2026-03-17 12:56:11 +00:00

13 lines
371 B
TypeScript

import type { TestGroup } from "./types";
export const temp: TestGroup = {
name: "temp",
description: "Entity create/delete seat billing tests",
tier: "domain",
paths: [
"integration/crud/entities/create-entity/create-entity-paid.test.ts",
"integration/crud/entities/create-entity/create-entity-race.test.ts",
"advanced/usageLimit/usageLimit1.test.ts",
],
};