Tests: Add (done)
This commit is contained in:
parent
0aec8ec603
commit
28fce8b871
1 changed files with 6 additions and 0 deletions
|
|
@ -249,6 +249,12 @@
|
||||||
:action (org-ql-test-org-get-heading))
|
:action (org-ql-test-org-get-heading))
|
||||||
:to-equal '("Take over the universe" "Take over the world" "Visit Mars" "Visit the moon" "Renew membership in supervillain club" "Internet" "Spaceship lease" "/r/emacs"))))
|
:to-equal '("Take over the universe" "Take over the world" "Visit Mars" "Visit the moon" "Renew membership in supervillain club" "Internet" "Spaceship lease" "/r/emacs"))))
|
||||||
|
|
||||||
|
(it "(done)"
|
||||||
|
(expect (org-ql test-buffer
|
||||||
|
(done)
|
||||||
|
:action (org-ql-test-org-get-heading))
|
||||||
|
:to-equal '("Learn universal sign language")))
|
||||||
|
|
||||||
(describe "(ts)"
|
(describe "(ts)"
|
||||||
(it "without arguments"
|
(it "without arguments"
|
||||||
(expect (org-ql test-buffer
|
(expect (org-ql test-buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue