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

@@ -7,7 +7,7 @@ describe('Cursor Profile Initialization Functionality', () => {
beforeAll(() => {
const cursorJsPath = path.join(
process.cwd(),
'scripts',
'src',
'profiles',
'cursor.js'
);