move profiles to /src

This commit is contained in:
Joe Danziger
2025-06-05 10:17:30 -04:00
parent 8f93a695e9
commit 948203ed7f
27 changed files with 26 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ jest.mock('fs', () => ({
// Import modules after mocking
import fs from 'fs';
import { convertRuleToProfileRule } from '../../../src/utils/rule-transformer.js';
import { windsurfProfile } from '../../../scripts/profiles/windsurf.js';
import { windsurfProfile } from '../../../src/profiles/windsurf.js';
describe('Windsurf Rule Transformer', () => {
// Set up spies on the mocked modules