Skip to content

Commit 95b7925

Browse files
committed
Fix last remaining test using cwd option instead of --output
- Change cli.test.ts line 115 to use --output parameter - This should fix the final 2 failing tests in CI - All 124 tests now pass locally
1 parent 39c35c9 commit 95b7925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

claude-config-composer/tests/cli.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ describe('CLI Core Commands', () => {
112112
});
113113

114114
it('should merge multiple configurations without conflicts', async () => {
115-
execSync(`node ${CLI_PATH} nextjs-15 shadcn tailwindcss `, {
116-
cwd: testProjectDir,
115+
execSync(`node ${CLI_PATH} nextjs-15 shadcn tailwindcss --output "${testProjectDir}"`, {
117116
encoding: 'utf-8',
118117
});
119118

0 commit comments

Comments
 (0)