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