Files
cfw-autumn/server/tests/_temp/temp.test.ts
2026-03-02 19:45:51 +00:00

7 lines
151 B
TypeScript

import { test } from "bun:test";
import chalk from "chalk";
test(`${chalk.yellowBright("temp: placeholder")}`, async () => {
// Placeholder test
});