Skip to content

Commit ebfaba8

Browse files
committed
rename unit test after comment
1 parent efe06b0 commit ebfaba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fe-fpm-writer/test/unit/building-block.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3065,7 +3065,7 @@ describe('Building Blocks', () => {
30653065
await writeFilesForDebugging(fs);
30663066
});
30673067

3068-
test('generate CustomFormField without macros:fields - creates aggregation', async () => {
3068+
test('generate CustomFormField without macros:fields - inserts FormElement directly into Form', async () => {
30693069
const basePath = join(testAppPath, 'generate-custom-form-field-without-fields');
30703070
const aggregationPath = `/mvc:View/*[local-name()='Page']/*[local-name()='content']/macros:Form`;
30713071
const customFormFieldData: CustomFormField = {

0 commit comments

Comments
 (0)