Skip to content

Commit e363846

Browse files
author
Shubham Goyal
committed
fix: add missing closing braces in agent test
- Fix syntax error in test/service/templateService.test.ts:1012 - Agent test was missing closing });
1 parent 2563cba commit e363846

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/service/templateService.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@ describe('TemplateService', () => {
10101010
'einsteinGptSettings'
10111011
);
10121012

1013+
});
10131014
it('should create Project (reactb2e) from built-in template', async () => {
10141015
await remove(path.join('testsoutput', 'libraryCreate', 'project'));
10151016
// Use relative path so Windows absolute paths (e.g. D:\...) are not passed to URL parser

0 commit comments

Comments
 (0)