fix formatting
This commit is contained in:
@@ -5,12 +5,7 @@ describe('Cline Profile Initialization Functionality', () => {
|
||||
let clineProfileContent;
|
||||
|
||||
beforeAll(() => {
|
||||
const clineJsPath = path.join(
|
||||
process.cwd(),
|
||||
'src',
|
||||
'profiles',
|
||||
'cline.js'
|
||||
);
|
||||
const clineJsPath = path.join(process.cwd(), 'src', 'profiles', 'cline.js');
|
||||
clineProfileContent = fs.readFileSync(clineJsPath, 'utf8');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user