use base profile with modifications for each brand
This commit is contained in:
@@ -29,6 +29,11 @@ describe('Roo Files Inclusion in Package', () => {
|
||||
rooJsContent.includes('copyRecursiveSync(sourceDir, targetDir)')
|
||||
).toBe(true);
|
||||
|
||||
// Check for updated path handling
|
||||
expect(
|
||||
rooJsContent.includes("path.join(process.cwd(), 'assets', 'roocode')")
|
||||
).toBe(true);
|
||||
|
||||
// Check for .roomodes file copying logic (source and destination paths)
|
||||
expect(rooJsContent.includes("path.join(sourceDir, '.roomodes')")).toBe(
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user