Update cline profile and add test; adjust other rules tests
This commit is contained in:
@@ -106,8 +106,8 @@ This references [dev_workflow.mdc](mdc:.cursor/rules/dev_workflow.mdc) and
|
||||
const convertedContent = fs.readFileSync(testWindsurfRule, 'utf8');
|
||||
|
||||
// Verify transformations
|
||||
expect(convertedContent).toContain('(mdc:.windsurf/rules/dev_workflow.md)');
|
||||
expect(convertedContent).toContain('(mdc:.windsurf/rules/taskmaster.md)');
|
||||
expect(convertedContent).toContain('(.windsurf/rules/dev_workflow.md)');
|
||||
expect(convertedContent).toContain('(.windsurf/rules/taskmaster.md)');
|
||||
expect(convertedContent).not.toContain('(mdc:.cursor/rules/');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user