Skip to content

Commit f874720

Browse files
committed
test: update test to match new specs glob pattern
1 parent 17016d5 commit f874720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/artifact-graph/instruction-loader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('instruction-loader', () => {
215215
expect(proposal?.outputPath).toBe('proposal.md');
216216

217217
const specs = status.artifacts.find(a => a.id === 'specs');
218-
expect(specs?.outputPath).toBe('specs/*.md');
218+
expect(specs?.outputPath).toBe('specs/**/*.md');
219219
});
220220

221221
it('should report isComplete true when all done', () => {

0 commit comments

Comments
 (0)