Skip to content

Commit 08caa82

Browse files
committed
test: - test filter
1 parent c76e6c7 commit 08caa82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Scripting/Includes.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ describe('include tests', () => {
77
const query = new Query(source, new TasksFile('stuff.md'));
88

99
expect(query.error).toBeUndefined();
10+
expect(query.filters.length).toEqual(1);
11+
expect(query.filters[0].statement.anyPlaceholdersExpanded).toEqual('not done');
1012
});
1113
});

0 commit comments

Comments
 (0)