Skip to content

Commit

Permalink
chore(#265) - Documentation update for countTaskDocsByState
Browse files Browse the repository at this point in the history
* Update harness.js

Correct example

* Update harness.js

* Update harness.js
  • Loading branch information
binokaryg authored Oct 18, 2024
1 parent 1f5f066 commit f3c4ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harness.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class Harness {
* @example
* const summary = await countTaskDocsByState({ title: 'my-task-title' });
* expect(summary).to.nested.include({
* Complete: 1, // 1 task events were marked as resolved
* Completed: 1, // 1 task event was marked as resolved
* Failed: 2, // 2 task events were not marked as resolved prior to expiring
* Draft: 3, // 3 task events are in the future
* });
Expand Down

0 comments on commit f3c4ee1

Please sign in to comment.