Skip to content

Commit fd9dd20

Browse files
committed
test: Split tests to separate 'describe' block for error-handling
1 parent a1443ef commit fd9dd20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TaskLineRenderer.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ describe('task line rendering - layout options', () => {
277277
it('renders with depends on', async () => {
278278
await testLayoutOptions(['Do exercises #todo #health', ' ⛔️ 123456,abc123'], ['blockedBy']);
279279
});
280+
});
280281

282+
describe('task line rendering - errors in task fields', () => {
281283
const testLayoutOptionsFromLine = async (taskLine: string, expectedComponents: string[]) => {
282284
const task = fromLine({
283285
line: taskLine,

0 commit comments

Comments
 (0)