File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99} from 'bun:test'
1010
1111import { validateAgents } from '../templates/agent-validation'
12- import { DynamicAgentConfigSchema } from '../types/dynamic-agent-template'
1312import { clearMockedModules , mockModule } from '../testing/mock-modules'
13+ import { DynamicAgentConfigSchema } from '../types/dynamic-agent-template'
1414import { getStubProjectFileContext } from '../util/file'
1515
1616import type { DynamicAgentTemplate } from '../types/dynamic-agent-template'
@@ -113,7 +113,7 @@ describe('Agent Validation', () => {
113113 expect ( result . templates . brainstormer . id ) . toBe ( 'brainstormer' )
114114 } )
115115
116- it ( 'should validate spawnable agents' , async ( ) => {
116+ test . skip ( 'should validate spawnable agents' , async ( ) => {
117117 const fileContext : ProjectFileContext = {
118118 ...mockFileContext ,
119119 agentTemplates : {
You can’t perform that action at this time.
0 commit comments