chore: fmt

This commit is contained in:
Brooklyn Nicholson 2026-04-08 22:02:38 -05:00
parent 9d8f9765c1
commit c49bbbe8c2
5 changed files with 2 additions and 25 deletions

View file

@ -3,9 +3,7 @@ import { describe, expect, it } from 'vitest'
import { FACES, HOTKEYS, INTERPOLATION_RE, PLACEHOLDERS, ROLE, TOOL_VERBS, VERBS, ZERO } from '../constants.js'
import { DEFAULT_THEME } from '../theme.js'
describe('constants', () => {
it('ZERO', () => expect(ZERO).toEqual({ calls: 0, input: 0, output: 0, total: 0 }))
it('string arrays are populated', () => {