- (expect form)syntax
Create an expection that evaluates form and will fail if form evaluates to #f and pass otherwise.
(it "succeeds") (expect (string? "chickumber"))) (it "fails" ) (expect (> 2 3)))
Create an expection that evaluates form and will fail if form evaluates to #f and pass otherwise.
(it "succeeds") (expect (string? "chickumber"))) (it "fails" ) (expect (> 2 3)))