Skip to content

Commit 2ab6ef1

Browse files
author
Shubham Goyal
committed
fix: remove merge conflict marker and close TypeScript analytics test
- Remove '=======' conflict marker at line 948 - Add closing braces for TypeScript analytics test - Fixes syntax error: Expected ',', got '<eof>'
1 parent e363846 commit 2ab6ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/service/templateService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ describe('TemplateService', () => {
945945
'tsconfig.json'
946946
);
947947
chai.expect(fs.existsSync(tsconfigPath)).to.be.true;
948-
=======
948+
});
949949
it('should create Project (agent)', async () => {
950950
await remove(path.join('testsoutput', 'libraryCreate', 'project'));
951951
const result = await templateService.create(TemplateType.Project, {

0 commit comments

Comments
 (0)