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