move profiles to /src
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user