We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326ed87 commit c2d3a80Copy full SHA for c2d3a80
tests/Renderer/QueryResultsRenderer.test.ts
@@ -136,7 +136,7 @@ class RendererStoryboard {
136
describe('QueryResultsRenderer - sequences', () => {
137
const parent = new TaskBuilder().description('parent').dueDate('2025-12-01').build();
138
const child = new TaskBuilder().description('child').indentation(' ').id('childID').parent(parent).build();
139
- const parentAndChild: Task[] = [parent, child];
+ const parentAndChild = [parent, child];
140
141
it('global query change to task layout option', async () => {
142
// see issue #3702
0 commit comments