mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
chore: fmt
This commit is contained in:
parent
9d8f9765c1
commit
c49bbbe8c2
5 changed files with 2 additions and 25 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue