mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
fmt(js): npm run fix on merge (#67284)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f099b469de
commit
73fea7b2b0
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import { beforeEach, describe, expect, it, vi } from 'vitest'
|
||||
|
||||
import { $sidebarAgentsGrouped } from '@/store/layout'
|
||||
|
||||
import type { SidebarProjectTree } from '@/app/chat/sidebar/projects/workspace-groups'
|
||||
import { $sidebarAgentsGrouped } from '@/store/layout'
|
||||
|
||||
import {
|
||||
$activeProjectId,
|
||||
|
|
@ -86,7 +85,9 @@ describe('project scope', () => {
|
|||
})
|
||||
|
||||
describe('projectNameForCwd', () => {
|
||||
const treeNode = (over: Partial<SidebarProjectTree> & Pick<SidebarProjectTree, 'id' | 'label'>): SidebarProjectTree => ({
|
||||
const treeNode = (
|
||||
over: Partial<SidebarProjectTree> & Pick<SidebarProjectTree, 'id' | 'label'>
|
||||
): SidebarProjectTree => ({
|
||||
path: null,
|
||||
repos: [],
|
||||
sessionCount: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue