Skip to content

Commit 5f851d4

Browse files
committed
test: Add NEW_TASK_FIELD_EDIT_REQUIRED comments to TaskLineRenderer.test.ts
1 parent 9d98dbc commit 5f851d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/TaskLineRenderer.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ describe('task line rendering - layout options', () => {
238238
);
239239
});
240240

241+
// NEW_TASK_FIELD_EDIT_REQUIRED
242+
241243
it('renders with priority', async () => {
242244
await testLayoutOptions(['Do exercises #todo #health', ' 🔼'], ['priority']);
243245
});
@@ -331,6 +333,8 @@ describe('task line rendering - classes and data attributes', () => {
331333
expect(listItem).toHaveAChildSpanWithClassAndDataAttributes(mainClass, attributes);
332334
};
333335

336+
// NEW_TASK_FIELD_EDIT_REQUIRED
337+
334338
it('should render priority component with its class and data attribute', async () => {
335339
await testComponentClasses(
336340
'- [ ] Full task ⏫ ⏳ 2022-07-03 🛫 2022-07-04 🔁 every day',

0 commit comments

Comments
 (0)