[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

[ci] format

authored by

Nate Moore and committed by
bombshell-bot
(Mar 27, 2026, 2:33 AM UTC) fa05ab07 b3d5aa72

+1 -3
+1 -3
src/test-utils/vitest.config.ts
··· 7 7 env: { 8 8 FORCE_COLOR: "1", 9 9 }, 10 - snapshotSerializers: [ 11 - fileURLToPath(import.meta.resolve("vitest-ansi-serializer")), 12 - ], 10 + snapshotSerializers: [fileURLToPath(import.meta.resolve("vitest-ansi-serializer"))], 13 11 }, 14 12 });