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:
nousbot-eng 2026-07-18 23:21:18 -04:00 committed by GitHub
parent f099b469de
commit 73fea7b2b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,